Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 years ago
Updated 5 months ago
All versions
1.1.0+1.21
Release
Fabric β 1.1.0+1.21.12 years ago 411
Compatibility
Minecraft: Java Edition
1.21β1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
π New
- New Block: Crate Station - allows quick depositing items into a network of crates.
Right Clickto deposit held stack, orShift Right Clickto deposit all items in inventory that match items in connected crates.- Crates are connected if they directly touch the crate station, or touch a crate that's connected to a crate station. There is a 16-block range around the station.
- New Item: Crate Hammer - right click with this hammer to instantly break a crate (retaining it's contents of course).
- This tool is great if you need to quickly move a whole crate network. Breaking crates with an axe or by hand still works like before.
βοΈ Changes
- New sound effects for every crate action that corresponds to the type of action performed
- Mod icon changed to conform to my new standard
π§ Fixes
- General stability improvements
π Languages
- Added Turkish
- Added Swedish
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:tFSl5rEj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NMOanmPo:tFSl5rEj"
}

