Tags
Creators
Details
All versions
1.10+mod
Release
[Mod] Release v1.102 years ago 802.5K
Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
- Added support for Minecraft 1.20.6 🐺, 1.21 ⚔️, 1.21.3 💰 and 1.21.4 🪵 (closes #31)
- Added the Bogged to the dig up animation
- Added additional proxy chest items that hold the actual items to the unrendered chest item in the foot slot, preventing Minecraft from stripping away empty item slots and thus messing up the armor and tools save order. Additionally, HandItems are now also stored in the foot slot (index 4 and 5) instead of a separate chest item in the legs slot
- Added update function to convert the pre-1.20.5 armor and tools save format to the new post-1.20.6 format
- Added slot information to the pre-1.20.5 save format, including a user-callable function to add this to already saved entities to prevent Minecraft from throwing away important data when upgrading a world to 1.20.5+
- Added support for new item component and particle syntax (Thanks @Sashiro)
- Copied the contents of the legacy folders to their new names and removed unused code
- Adjusted exclude tag to account for boat ID renames
- Updated menu trigger to use advancements instead and added menu message header
- Fixed single layer snow no longer producing snow particles
- Fixed mainhand to offhand handling always clearing new mainhand data before overwriting the old mainhand, even if the new data could not be transferred to the offhand
- Fixed attempting to play the block break animation for unsupported blocks on non-solid blocks like air
- Changed play animation on unsupported blocks setting to off by default to prevent unwanted block updates (#16)
- Removed spawnanimations:welcome tag
Optional dependencies
Known incompatibilities
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:zrzYrlm0:4q2qDUKg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zrzYrlm0:4q2qDUKg"
}






