Tags
Creators
Details
All versions
1.10.1+mod
Release
[Mod] Release v1.10.1last year 326.9K
Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Changes
- Added support for Minecraft 1.21.5 🌸
- Updated to work with new equipment NBT format, new text component format, FallDistance NBT renaming, and potion entity ID renaming
- Hide worn armor and tools now uses the unified
armor.bodyslot instead ofarmor.feetin 1.21.5 and above to allow better late loot recovery
- Added native NeoForge support (closes #32, #18)
- Hardened the Play animation on unsupported blocks option
- Fixed incompatibility with PandaAntiPermanentBlockBreak mod (closes #38)
- Added
is_ridingandhas_passengersexclusion checks to the loop, fixing zombies not being excluded when riding zombie horses from the Zombie Horse Spawn mod in 1.20.1 - Fixed mobs not adjusting their animation speed during their animation
- Fixed version checker messages not being displayed
- Annotated the required Java version for mod versions
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Known incompatibilities
Any version
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:YW1ZN5zl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zrzYrlm0:YW1ZN5zl"
}

