promotional bannermobile promotional banner

[EMF] Entity Model Features [Fabric & Forge]

EMF is an, OptiFine format, Custom Entity Model replacement mod available for Fabric and Forge.

File Details

Forge - 1.21 - 2.2.2

  • R
  • Aug 29, 2024
  • 414.94 KB
  • 4.3K
  • 1.21.1+1
  • Forge

File Name

entity_model_features_forge_1.21-2.2.2.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

Forge

implementation "curse.maven:entity-model-features-844662:5674632"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • now requires ETF 6.2.1 or newer
  • fixed a model setup error that would break villager and warden, clothing and glowing textures with custom models that declared textures
  • is_hover now respects the players current block interaction range for block entities
  • id variable now matches OptiFine's value exactly
  • reworked the player_cape.jem implementation to be more mod compatible, e.g. wavey capes mod can now correctly overwrite it & essentials works with it now
  • swapped subfolder load priority for models. optifine/cem/skeleton/skeleton.jem now loads before optifine/cem/skeleton.jem matching optifine behaviour
  • added an OptiFine compat setting to require submodel folders to have variants, e.g. optifine/cem/skeleton/skeleton.jem will not load without a optifine/cem/skeleton/skeleton2.jem or a valid .properties file.
  • model exports no longer print rotation float values as doubles
  • model exports now also log all box values for exported and non-exported parts
  • fixed texture overrides not applying to attach=true or vanilla parts
  • fixed animations breaking when the same part transform or variable is declared / updated more than once over all the animation entries
  • added tickdelta to the death time variable (fixes jittering in packs like skeleton death physics)
  • fixed not all instances of this being correctly resolved in animation math
  • added spelling correction warnings for frequently misspelled variables like is_aggressive
  • variables not being found now log as errors rather than warnings and will now correctly default to false for unknown booleans