CurseForge · Minecraft mod
Jumbo Furnace
A forge mod that adds a multiblock furnace that can smelt multiple items at once
This page is having a moment, so a few details may be a little behind.
Quick answer
Which Jumbo Furnace release should I use?
Jumbo Furnace jumbofurnace-26.1.0.2.jar targets 26.1, 26.1.1, 26.1.2 with NeoForge. The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server. No extra mods listed for this file.
Where it goes
Is Jumbo Furnace required on the client, server, or both?
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
The source does not explicitly classify this release as client-only or server-only.
What else does Jumbo Furnace jumbofurnace-26.1.0.2.jar need?
jumbofurnace-26.1.0.2.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Jumbo Furnace without breaking your instance.
Built for Jumbo Furnace jumbofurnace-26.1.0.2.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use jumbofurnace-26.1.0.2.jar. It targets 26.1, 26.1.1, 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether it belongs on the client. The project page does not say whether it belongs on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside jumbofurnace-26.1.0.2.jar. It opens that exact file at the source.
About this project
What does Jumbo Furnace add?
DESCRIPTION FOR 1.21
Jumbo Furnace is a neoforge 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. The Jumbo Furnace can smelt standard vanilla furnace recipes, as well as its own "jumbo smelting" recipes (more on those later). The jumbo furnace, when upgraded, is also capable of processing multiple recipes simultaneously. For this reason, recipes are processed asynchronously from each other, and ingredients are consumed when the recipe begins processing rather than when the recipe finishes. Items which were accidentally dropped into a Jumbo Furnace and consumed can be retrieved by breaking the furnace before they are fully smelted.

The jumbo furnace can be upgraded to process more than one recipe simultaneously by adding more jumbo furnaces to the jumbo furnace's upgrade slot; each recipe being processed consumes fuel independently, so the total amount of fuel consumed will be proportional to the total number of recipes processed. The jumbofurnace:multiprocessing_upgrade item tag controls which items count as upgrades.
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 custom "jumbo smelting" recipes, which can have up to nine ingredients and nine results. Example recipe json:
{
"type": "jumbofurnace:jumbo_smelting",
"ingredients":
[
// ingredients are neoforge "sized ingredients" and may be any vanilla or custom ingredient type and may optionally include a count
{
"tag": "minecraft:anvil",
"count": 4
}
],
"results": [
// results are vanilla-format itemstack objects and may optionally have "count" or "components"
{"id": "gold_ingot"},
{"id": "iron_ingot"},
{"id": "copper_ingot"},
{"id": "diamond"}
],
// cookingtime and experience are optional and default to 200 and 0, respectively
"cookingtime": 200,
"experience": 0.1
}
DESCRIPTION FOR 1.20.1
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):
{
"type": "jumbofurnace:jumbo_smelting",
"ingredients":
[
{
"tag": "minecraft:fishes,
},
{
"tag": "minecraft:fishes"
},
{
"tag": "minecraft:fishes",
},
{
"type": "forge:nbt",
"item": "minecraft:redstone",
"count": 5
}
],
"result":
{
"item": "minecraft:slime_ball",
"count": 3
},
"experience": 0.35
}
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.
Project description from CurseForge.
Pick your setup
Jumbo Furnace by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.1
1 loader build26.1
1 loader build1.21.11
1 loader build1.21.10
1 loader build1.21.8
1 loader build1.21.1
1 loader build1.21
1 loader build1.20.1
2 loader builds1.19.2
1 loader build1.16.5
1 loader build1.16.4
1 loader buildShowing the newest 12 of 14 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Jumbo Furnace versions and loaders
jumbofurnace-26.1.0.2.jar
26 Apr 2026
jumbofurnace-26.1.0.1.jar
12 Apr 2026
jumbofurnace-26.1.0.0.jar
31 Mar 2026
jumbofurnace-21.11.2.jar
17 Jan 2026
jumbofurnace-5.0.0.9.jar
17 Jan 2026
jumbofurnace-21.11.1.jar
26 Dec 2025
jumbofurnace-21.11.0.jar
25 Dec 2025
jumbofurnace-21.10.1.jar
20 Oct 2025
jumbofurnace-21.10.0.jar
12 Oct 2025
jumbofurnace-1.21.8-21.8.0.jar
29 Aug 2025
jumbofurnace-1.21.1-5.0.0.8.jar
16 Jun 2025
jumbofurnace-1.21.1-5.0.0.7.jar
19 Oct 2024
Looking for an older file? The official CurseForge project page is in Resources.