Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
3.0.12-forge-1.21.4
Release
Forge - 1.21.45 months ago 1,348
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Forge
Supported environments
Client-side
Required content
Changes
- fixed arm overrides pre 1.21.9
- fixed armor in 1.21.9+ causing a lot of lag with animated player models loaded
- reduced a portion of the lag introduced by the 1.21.9+ changes
- partially fixed compatibility with Essential Mod cosmetics and animated player models (currently doesn't work when the root part animates, the fix has been supplied to the Essential team)
- fixed
is_on_shoulderin 1.21.9+ - fixed happy ghast harness models
bodynot working correctly (fresh animations also needs to update for this fix) - fixed horse armor names not matching OptiFine's
- fixed camel_husk_saddle model
- fixed tadpole models not matching OptiFine
- fixed armor_stand models headwear part visibility being reset in secondary models
- fixed bell model 'base' part not working correctly
- fixed raft models breaking after a resource reload
- fixed the animation LOD setting sometimes breaking for mobs with multiple models (was quite noticeable on happy ghasts with harnesses)
- fixed first person hand animations breaking in 1.21.9+
- several technical changes/fixups mostly related to 1.21.9+
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:4I1XuqiY:M5zo9RgC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4I1XuqiY:M5zo9RgC"
}![[EMF] Entity Model Features](https://cdn.modrinth.com/data/4I1XuqiY/6e5bbd0d06b1741bfdab6c0cfab6de8fdaf0064c_96.webp)


