Tags
Creators
Details
Licensed LGPL-3.0-only
Published 10 months ago
All versions
0.3.0
Release
0.3.05 months ago 648
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Changelog
[0.2.1] - 2025-11-29
Fixed
- Late Mixins not loading, which was breaking Damage Indicators and WDMla compat
[0.2.0] - 2025-11-29
Changed
- Breaking: Reworked config system
- Random Mob texture loading now avoids loading missing textures
Added
- Initial support for Connected Item Textures (type=item/armor only)
Fixed
- Incorrectly mapped CTM Sides (#7)
- Random Mob property aliasing (#8)
- Handling of Random Mob legacy min/max height values (#6)
[0.1.2] - 2025-09-25
Changed
- Updated zh_CN translations
[0.1.1] - 2025-09-22
Added
- zh_CN translations
Fixed
- Fixed v+h/h+v ctms being switched
[0.1.0] - 2025-09-20
Initial release.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible 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:kvBHaMRv:FznXzcem"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kvBHaMRv:FznXzcem"
}

