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
- 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 capesmod can now correctly overwrite it & essentials works with it now - swapped subfolder load priority for models.
optifine/cem/skeleton/skeleton.jemnow loads beforeoptifine/cem/skeleton.jemmatching optifine behaviour - added an OptiFine compat setting to require submodel folders to have variants, e.g.
optifine/cem/skeleton/skeleton.jemwill not load without aoptifine/cem/skeleton/skeleton2.jemor 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=trueor 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
thisbeing 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

