All versions
0.1.8-neoforge
Release
Compressed Furnace 0.1.8-neoforge10 months ago 209
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
[0.1.8] - 2025-09-13
Bug Fixes / Improvements
- Added face animations for blocks when in use.
- Updated crushing particles to appear on the top half of the front face of blocks.
- Replaced all block textures with updated versions.
- Updated the raw scrap item's texture and/or functionality.
- Updated NeoForge dependency to
1.21.169.
- Resolved an issue where powered machines were incorrectly auto-pulling items from Slot 0 after reloading the world.
- Fixed an issue where items could be inserted through the output side.
- Resolved a bug that allowed non-fuel items to be placed in the fuel slot.
- Adjusted how the sides interact and added toggle buttons:
- Added toggle buttons to the input, output, fuel, and input/output, allowing users to choose which side they want to interact with.
- Added color coding for the Direction buttons to make it easier to see which side is which (input, output, etc.).
- Added tooltips to the Direction buttons to make it easier to understand their functionality and active state.
Future Plans (In Progress)
- Auto Export Toggle Button:
- Add a toggle button to automatically export items from the output slot to an inventory or pipe.
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:fgAyBqmq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:So5bK0mE:fgAyBqmq"
}

