Tags
Creators
Details
2.4.3
Compatibility
Changes
Updated to 1.20.5!
Since the last release, I've opened up a Discord server so you can discuss my mods and get updates when new releases are made available.
This is primarily just a version update, however the following changes have been made:
- The
Custom Namefeature has been added, resolving #28. This allows you to name your container with a minecraft ID (e.g.minecraft:grass_block) and have it display instead of the container contents (if you wish). Thanks to @Boden-C for their initial work on this one. - Removed support for recursive shulkers. This was a feature that wasn't requested but I had added in for better compatibility. Since 1.20.5 required a rewrite of all the code and I haven't seen anybody using this feature, it has been removed until requested back.
On the technical side of things, the update to 1.20.5 broke a lot of the underlying code due to their change to the components system.
- Near-total rewrite of item rendering
- Complete rewrite of display item selection (leading to the removal of recursive support)
- Change of internal naming conventions to use 'container' as a more generalised term
I hope you enjoy the changes!
Optional dependencies
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:MLwpdyw5:cSwC1l1J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MLwpdyw5:cSwC1l1J"
}

