
Faster Furnaces
Fabric mod for Java 1.21.11 that makes furnaces smelt items faster by making it 2.0x faster, no new blocks. Simple addon.
00—fabricServer1.21.1mod
Faster Furnaces
- Furnaces, smokers, and blast furnaces smelt at 2x speed by halving the recipe cook time while leaving fuel usage unchanged.
- Server-only mod for Minecraft 1.21.1; drop the jar into your Fabric server's
modsfolder alongside Fabric API. - Initialization logs a brief confirmation on server start so you can verify the mod is active.
- Implemented with a mixin on
AbstractFurnaceBlockEntity#getCookTime, so it applies uniformly to all furnace-type blocks without adding new blocks or items. - Current scope focuses purely on smelting speed; no gameplay commands or configuration are included. Future ideas: add a config toggle for the multiplier or per-block-type tuning if needed.