Minecraft Fast Furnace for Fabric mod 2026 download
logo
minecraft mod Fast Furnace for Fabric

Fast Furnace for Fabric

Game Version: 1.18.1
Total Downloads: 694,957
Updated: Dec 10, 2021
Created: Feb 25, 2020
Download Fast Furnace for FabricDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
fastfurnace-1.18-4.jar release 17.35 KB Dec 10, 2021 1.18.1 285,563 download Fast Furnace for Fabric fastfurnace-1.18-4.jar releaseDownload
fastfurnace-1.17-3.0.jar release 17.50 KB Jun 12, 2021 1.17.1 164,030 download Fast Furnace for Fabric fastfurnace-1.17-3.0.jar releaseDownload
fastfurnace-2.4.jar release 17.41 KB Apr 5, 2021 1.16.5 76,006 download Fast Furnace for Fabric fastfurnace-2.4.jar releaseDownload
fastfurnace-2.3.jar release 11.21 KB Aug 4, 2020 1.16.5 160,154 download Fast Furnace for Fabric fastfurnace-2.3.jar releaseDownload
fastfurnace-2.2.jar release 11.23 KB Jul 21, 2020 1.16.1 1,105 download Fast Furnace for Fabric fastfurnace-2.2.jar releaseDownload
fastfurnace-2.1.jar release 11.32 KB Jun 29, 2020 1.16.1 610 download Fast Furnace for Fabric fastfurnace-2.1.jar releaseDownload
fastfurnace-2.0.jar release 11.51 KB Jun 29, 2020 1.16.1 37 download Fast Furnace for Fabric fastfurnace-2.0.jar releaseDownload
fastfurnace-1.0.jar release 12.09 KB Feb 25, 2020 1.15.2 7,452 download Fast Furnace for Fabric fastfurnace-1.0.jar releaseDownload

Description

Share this:

About

Based on FastFurnace by Shadows, ported to Fabric

 

This mod does a few things relating to the vanilla furnace, blast furnace, and smoker so that they run faster during their update method, improving TPS.

Similar to FastWorkbench, it caches the last recipe used, and checks this recipe first before re-scanning the entire registry.  This is significantly faster due to the vanilla furnace scanning the entire furnace registry each tick, which may be fine for vanilla, but in a modded environment, gets very large very quickly.

 

The vanilla furnace does a very stupid thing when querying burn times, it gets the burntime of a fuel from a static method that recreates the entire map before returning it.  This mod caches the fuel to burntime map so that it's only recreated when datapacks are reloaded, which saves some additional cpu time, especially with large numbers of furnaces.

Additionally, the mod fixes a bug in serialization of the furnace, which would cause burn times above 32767 to be ignored during saving (as the burn time was cast to a short even through an int was written).

These changes apply to the Furnace, Blast Furnace, and Smoker.  Mods should follow the same practices that this mod does in order to ensure fewer loops over the smelting list.

 

Requires Fabric Loader and Fabric API.

Note: This mod does NOT increase smelting speed!

 

Comments

Add a comment