Mod Jumbo Furnace by Commoble
- 182.84 KB
- 1.20.1
- June 20, 2020
- August 5, 2023
- Processing
Name | Jumbo Furnace | Author | Commoble | Description | A forge mod that adds a multiblock furnace that can smelt multiple items at once |
---|---|---|---|---|---|
Information | Downloads: Version: 1.20.1 Size: 182.84 KB Updated at: August 5, 2023 Created at: June 20, 2020 | Tags | Processing |
Jumbo Furnace is a forge mod that adds the Jumbo Furnace. The Jumbo Furnace can be created by placing 27 furnace blocks in a 3x3x3 cube. You can itemize the jumbo furnace by using shears on it or baking 27 furnaces in a jumbo furnace.
The Jumbo Furnace has a larger inventory than a regular furnace. Because the Jumbo Furnace can smelt multiple recipes at a time, it has a fixed cooking cycle time for all jumbo smelting recipes (specified in your world folder's serverconfig/jumbofurnace-server.toml file). Vanilla smelting recipes with higher cooking times than jumbo furnace's cycle time cannot be smelted in the jumbo furnace.
The Jumbo Furnace is fully compatible with hoppers and other item handlers; the top faces access the input inventory, the side faces access the fuel inventory, and the bottom faces access the output inventory.
The Jumbo Furnace supports recipes that require up to nine ingredients. The Jumbo Furnace supports the standard ingredient types added by Minecraft and by Forge, and should generally work with json ingredient types added by other mods. These recipes can be defined in json by using the "jumbofurnace:jumbo_smelting" recipe type. An example of a recipe that the Jumbo Furnace supports (but does not add):
If you want to make a recipe that uses the jumbo furnace -- but only if the Jumbo Furnace mod is present -- you can use's forge's Conditional Recipes as below:
As of version 2.0.1.0, Jumbo Furnace supports a "jumbofurnace:tag_stack" ingredient type that can specify a tag and a stack size, allowing for recipes that use numerous items from a given tag. Example:
The jumbo furnace can be upgraded to smelt more than one recipe per cooking cycle by adding more jumbo furnaces to the jumbo furnace's upgrade slot; this consumes fuel proportional to how many recipes are being smelted simultaneously. The `jumbofurnace:multiprocessing_upgrade` item tag controls which items count as upgrades.