Tags
Creators
Details
1.2.0+1.21.1
Compatibility
Changes
ββ BACK UP YOUR SAVE BEFORE UPDATING THE MOD TO THIS VERSION (seriously)
Please back up your world, especially if you're running a dedicated server! Check that your old crates are behaving correctly after giving them a block update and that your contents are correct. If you find that this is not the case, please file an issue on the GitHub Repository with screenshots if possible. This warning exists because crates get migrated to having different blockstate data in this version to facilitate 12-directional placing.
π New
- Better system for extracting items from crates:
- short left clicks (or shift left clicks) extract items
- holding down button to break the crate won't extract any items
- Config option to only allow breaking crates with an axe
- Subtitles added for all crate actions
- Crates can be placed in all 12 orientations (previously only 4 horizontal ones)
- Existing crates (that don't face north) will need to receive a block update to face the right way. Right clicking them with an empty hand will do this, or many other actions.
πΉ Removed
- Goodbye Crate Hammer! Your functionality has been superceded by the new extraction system. No more clogging people's inventories.
π οΈ Fixes
- Crates always drop during explosions
- Shift clicking crates onto crate stations will place the crate instead of trying to insert items
π Languages
Added the following languages:
- french
- italian
- japanese
- brazilian portugese
- ukrainian
- simplified chinese
updated existing translations
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:NMOanmPo:XAdDAWo3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NMOanmPo:XAdDAWo3"
}

