Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
2.4.0
Release
Forge - 1.20.12 years ago 28.1K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Required content
Changes
- added
helmet,chestplate,leggings, andbootspartial armor model support. e.g.helmet.jem, each piece can be varied separately e.g.helmet.properties(1.21.2+ ONLY!, for now) - added fallback properties support to match OptiFine behaviour. e.g.
drowned_outer.jemwill vary withdrowned.propertiesifdrowned_outer.propertiesdoesn't exist. (The latter is only possible via EMF as OptiFine will only usedrowned.properties) - reduced log spam for certain loading warnings
- prevented some unimportant exceptions from triggering the load error warning toast
- math functions that allow string inputs can now use
\to escape the,,(,), &\characters, such as when needing a,in one of the inputs fornbt(). e.g.nbt(Test,text='this\, that') - fixed whitespace characters in functions that allow string inputs
- fixed all minecart variants only using the
minecartmodel in 1.21.2+, they now correctly use it as a fallback only - fixed boat and minecart variant animation parameters
- fixed layer models not rendering in 1.21.2+
- fixed an issue with chest models in 1.21.2+
- fixed some config translation logic
- fixed
move_forward&move_strafingbreaking for other entities in multiplayer
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:DhT8vwOt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4I1XuqiY:DhT8vwOt"
}![[EMF] Entity Model Features](https://cdn.modrinth.com/data/4I1XuqiY/6e5bbd0d06b1741bfdab6c0cfab6de8fdaf0064c_96.webp)


