Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
0.2.2-26.1.x
Release
Compressed Furnace 0.2.2-26.1.x2 months ago 87
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
Compatibility
- Ported the mod to Minecraft/NeoForge 26.1.
- Added compatibility for 26.1.1 and 26.1.2.
- Updated recipe serializers and recipe builders for the new recipe API.
- Updated crusher recipes to use the new result format.
- Updated GUI rendering to the new extractor-based screen API.
- Updated JEI integration for the 26.1.x-compatible JEI API.
Fixed
- Fixed powered machines not receiving energy from compatible external energy providers.
- Fixed powered machines incorrectly behaving as if they had energy when a valid input was inserted.
- Fixed powered machine energy consumption logic to use stored energy instead of energy capacity.
- Fixed powered machine energy/progress GUI rendering.
- Fixed tooltip rendering after the GUI API update.
- Fixed generator save/load persistence for fuel/energy where applicable.
- Fixed crusher recipe output counts with the new recipe result handling.
Notes
- This release is focused on compatibility and preserving existing functionality on . 26.1.x
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:So5bK0mE:6u8DwGgh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:So5bK0mE:6u8DwGgh"
}

