Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
3.0.0
Release
Forge - 1.21.310 months ago 55
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platform
Forge
Supported environments
Client-side
Required content
Changes
- fixed entities in gui in 1.21.6+
- fixed many crashes
- added optifine format part mappings for new models
sheep_wool_undercoat,sheep_baby_wool_undercoat,(all the horse types)_saddle - fixed the 1.21.2+ optifine chest models being split in 2 not working correctly with emf
- now using the EBE config api to correctly disable EBE blocks when an EMF model for it is loaded
- fixed some model creation log messages still showing regardless of the setting for it being enabled
- reduced the threshold for ignoring spam model creation from other mods (that incorrectly use entity models) from 500 attempts to 64
- fixed some models not variating correctly until a resource reload
- first release for 1.20 in a while
- large restructure of the source code
- fixed animation execution ordering when loading animations via jpm files
- fixed part name resolving issue (e.g.
mouth.tyresolved toclassic_mouth.ty) - fixed
baby_wolf_collar.jem - removed the fallback behaviour of the new cow, chicken, and pig models from their
cold_andwarm_variants they will not fall back to the base model any more - added
temperate_cow.jemas an optional override tocow.jemon 1.21.5+ to allow pack makers an easier time managing the different versions models, also applies to pigs and chickens - bones that use custom per-face UV's now properly ignore the
mirrorTexturefield like optifine
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:JHZE4sNc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4I1XuqiY:JHZE4sNc"
}![[EMF] Entity Model Features](https://cdn.modrinth.com/data/4I1XuqiY/6e5bbd0d06b1741bfdab6c0cfab6de8fdaf0064c_96.webp)


