All versions
4.0.0.5
Release
Jumbo Furnace 4.0.0.53 years ago 84K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
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.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:KXQSDZIy:Dg4hXqSE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KXQSDZIy:Dg4hXqSE"
}

