
Jumbo Furnace
Adds a multiblock furnace that can smelt multiple items at once
- Загрузки
- 84K
- Подписчики
- 24
- Обновлён
- 6 августа 2023 г.
- Лицензия
- MIT
Опубликован 22 июля 2023 г.
Jumbo Furnace is a 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 jumbo smelting recipe:
{
"type": "jumbofurnace:jumbo_smelting",
"ingredients":
[
{
"type": "forge:nbt",
"item": "minecraft:furnace",
"count": 27
}
],
"result":
{
"item": "jumbofurnace:jumbo_furnace"
},
"experience": 0.1
}
Центр версий
3 версийЧенджлог
4.0.0.5Релиз1.20.1 · 6 августа 2023 г.
1.20.1-4.0.0.5
- Fix "unknown recipe category" log warnings for jumbo smelting recipes
1.20.1-4.0.0.4
- Fix jumbo furnace creating the wrong number of output items
1.20.1-4.0.0.3
- Jumbo Furnace now stops furnacing when it runs out of output space
1.20.1-4.0.0.2
- Fix slot offsets in JEI
1.20.1-4.0.0.1
- Fix broken textures in JEI recipe viewer for jumbo smelting
1.20.1-4.0.0.0
- Updated Jumbo Furnace to Minecraft 1.20.1 (requires forge 47.0.3 or higher)
1.19.2-3.0.0.0
- Updated Jumbo Furnace to Minecraft 1.19.2 (requires forge 43.1.0 or higher)
- This is a save-compatibility-breaking update. Jumbo Furnaces in old worlds may lose their data or disappear entirely.
- Removed orthodimensional hyperfurnaces. Jumbo furnaces can now be upgraded with jumbo furnaces instead. This is still specified via the
jumbofurnace:multiprocessing_upgradeitem tag. - Mods using forge's burn time api for their fuel items can now specify a burn type for the "jumbofurnace:jumbo_smelting" recipe type, which will take precedence over normal furnace fuel values when used as fuel for a jumbo furnace.
- Vanilla-furnace smelting recipes with cooking times longer than jumbo furnace's cooking cycle time (specified in Jumbo Furnace's serverconfig) can no longer be cooked in jumbo furnaces.
4.0.0.4Релиз1.20.1 · 31 июля 2023 г.
1.20.1-4.0.0.4
- Fix jumbo furnace creating the wrong number of output items
1.20.1-4.0.0.3
- Jumbo Furnace now stops furnacing when it runs out of output space
1.20.1-4.0.0.2
- Fix slot offsets in JEI
1.20.1-4.0.0.1
- Fix broken textures in JEI recipe viewer for jumbo smelting
1.20.1-4.0.0.0
- Updated Jumbo Furnace to Minecraft 1.20.1 (requires forge 47.0.3 or higher)
1.19.2-3.0.0.0
- Updated Jumbo Furnace to Minecraft 1.19.2 (requires forge 43.1.0 or higher)
- This is a save-compatibility-breaking update. Jumbo Furnaces in old worlds may lose their data or disappear entirely.
- Removed orthodimensional hyperfurnaces. Jumbo furnaces can now be upgraded with jumbo furnaces instead. This is still specified via the
jumbofurnace:multiprocessing_upgradeitem tag. - Mods using forge's burn time api for their fuel items can now specify a burn type for the "jumbofurnace:jumbo_smelting" recipe type, which will take precedence over normal furnace fuel values when used as fuel for a jumbo furnace.
- Vanilla-furnace smelting recipes with cooking times longer than jumbo furnace's cooking cycle time (specified in Jumbo Furnace's serverconfig) can no longer be cooked in jumbo furnaces.
4.0.0.2Релиз1.20.1 · 22 июля 2023 г.
1.20.1-4.0.0.2
- Fix slot offsets in JEI
1.20.1-4.0.0.1
- Fix broken textures in JEI recipe viewer for jumbo smelting
1.20.1-4.0.0.0
- Updated Jumbo Furnace to Minecraft 1.20.1 (requires forge 47.0.3 or higher)
1.19.2-3.0.0.0
- Updated Jumbo Furnace to Minecraft 1.19.2 (requires forge 43.1.0 or higher)
- This is a save-compatibility-breaking update. Jumbo Furnaces in old worlds may lose their data or disappear entirely.
- Removed orthodimensional hyperfurnaces. Jumbo furnaces can now be upgraded with jumbo furnaces instead. This is still specified via the
jumbofurnace:multiprocessing_upgradeitem tag. - Mods using forge's burn time api for their fuel items can now specify a burn type for the "jumbofurnace:jumbo_smelting" recipe type, which will take precedence over normal furnace fuel values when used as fuel for a jumbo furnace.
- Vanilla-furnace smelting recipes with cooking times longer than jumbo furnace's cooking cycle time (specified in Jumbo Furnace's serverconfig) can no longer be cooked in jumbo furnaces.
Комментарии
Загружаем…