Tags
Creators
Details
1.2.8.262
Compatibility
Changes
Absolute Furnace 1.2.8
Three branches, one furnace, and a fuel slot that finally makes sense. We spent 1.2.7 sweating over version numbers so you didn't have to; 1.2.8 is us actually touching gameplay for once.
Versions:
- Minecraft Forge 1.20.1
- Minecraft Forge 1.21.1
- Minecraft NeoForge
1.22.226.2
Updates:
- The furnace finally tells you which slot eats fuel. Yes, there's a tooltip now. No, you didn't need the wiki, there was never a wiki.
- Shift-clicking coal (or anything else flammable) from your inventory no longer plays slot roulette — it goes straight into the fuel slot like it should've from day one.
- Stuffing Absolute Energy into the fuel slot used to just... trap it there forever, silently, judging you. The game now just says no.
- Fuel actually matters: Coal gives 16 Absolute Energy instead of a sad little 1, scaled to match its real burn power. Lava buckets are now genuinely worth the hand cramp.
- Fixed a sneaky waste bug where a nearly-full energy storage would burn your fuel for pennies instead of waiting for the room to make it worthwhile.
With love, from jeamcube.
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:IyKXkDKi:mHe23MIv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IyKXkDKi:mHe23MIv"
}

