Tags
Creators
Details
0.2.1
Compatibility
Changes
Update v0.2.1, the Growable Update, adds a new crate type and a very important bugfix.
Features:
- Added dirt crates and dirt foundations. These crates emulate the same properties as farmland. This means any crops can be grown on dirt crates while still providing a hidden storage below. It will be added to the wiki soon with all the finer details.
- Added new recipe for dirt crate foundation.
- Added relating "Soil Crate" tags to dirt crate block and item.
Changes:
- Various changes under the hood, view github for deatils.
Fixes:
- Fixed crash when trying to open crate inventory in spectator mode.
26.2 Specific:
- Critical Crates is now in 26.2! This support will be similar to 1.21.11 where explicit support for this version will be removed as newer Minecraft versions are released.
This turned out to be a much bigger update than I intended due to the sheer scale of the backend changes I made. Overall, I plan to make many more backend changes in the future, but in the meantime, I thought I would release this new feature and important bugfix for everyone to enjoy. Hopefully, the next update won't take as long, but no promises.
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:TReeEPmB:7d6c4ecl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TReeEPmB:7d6c4ecl"
}

