Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
2.2.6
Release
Forge - 1.212 years ago 14.2K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Forge
Supported environments
Client-side
Required content
Changes
- fixed model textures prefixed with
./&~/breaking from a recent change - expanded the EMF API:
- added
int getCurrentEMFVariantOfModel(EntityModel<?>)returns the current variant of the model or -1 if the model is not a custom EMF model. - added
boolean isModelAnimatedByEMF(EntityModel<?>)returns true if the model has custom EMF animations. - added
boolean isModelCustomizedByEMF(EntityModel<?>)returns true if the model is a custom EMF model. - added
boolean isModelPartCustomToEMF(ModelPart)returns true if this model part is an extraneous part added by EMF, and does not represent any actual normal vanilla parts. - added
boolean isModelPartAnimatedByEMF(ModelPart)returns true if this model part itself is animated by EMF, e.g"modePart.rx":"sin(age)".
- added
- fixed some per-entity model override settings from not applying correctly in game, such as modifying render mode per entity type.
- moved the box face UV height/width are zero warnings to only appear when model creation logging is enabled, as it got far too spammy with the many packs that don't care about this.
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:CXTokXdd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4I1XuqiY:CXTokXdd"
}![[EMF] Entity Model Features](https://cdn.modrinth.com/data/4I1XuqiY/6e5bbd0d06b1741bfdab6c0cfab6de8fdaf0064c_96.webp)


