
Better Furnaces & Chests
Enhance your world with tiered furnaces for lightning-fast smelting and massive tiered chests featuring a modern scrollable GUI with built-in sorting, stacking, and searching functionality. Fully configurable and performance-optimized.
Tags
Creators
Details
1.3.1
Compatibility
Changes
v1.3.1
Emergency Patch: Data Integrity & Inventory Logic
Version 1.3.1 is a critical technical update focused on resolving item loss issues and refining automated inventory interactions. This update ensures that your loot is safe during upgrades and configuration changes.
Data Loss Prevention & Migration
We've overhauled how chest data is managed to prevent accidental item deletion in two key scenarios:
- Robust Upgrade Migration: Upgrading a vanilla chest to a tiered chest now uses a sophisticated NBT migration check. If the mod fails to find its custom data structure, it will safely fall back to the vanilla item structure, ensuring no items are left behind during the transformation.
- Overflow Protection: If you reduce the size of a chest, any "overflowing" items are safely dropped into the world instead of being deleted.
Double Chest Interaction Fixes
- Corrected Slot Ordering: Fixed a bug where hoppers were inserting items into the second half of a double chest before filling the first half. The
LEFThalf is now correctly prioritized as the start of the inventory.
Miscellaneous Fixes
- Diamond Upgrade Kit: Corrected the logic for the Diamond Upgrade Kit to ensure it correctly transforms Gold tier blocks.
Ensuring your items are safe and your automation is smooth.
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:VY8NnMTO:SGKVp7AF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VY8NnMTO:SGKVp7AF"
}
