File Details
Forge - 1.20.1 - 6.2.5
- R
- Sep 18, 2024
- 647.79 KB
- 2.3M
- 1.20.1+1
- Forge + 1
File Name
entity_texture_features_forge_1.20.1-6.2.5.jar
Supported Versions
- 1.20.1
- 1.20
Curse Maven Snippet
- fixed a logical error that would make spawn locked properties occasionally override the fact that non spawn locked properties were still present and still needed future updates.
- fixed block entities not updating when using non spawn locked properties.
- made the properties settings screen list display in alphabetical order.
- removed log spam if ETF accidentally read a cit .properties file, due to a texture pointing there.
- ensured all ETF logs pre append
[ETF]:for easier log filtering. - added the
blockBelow&&blockBelowSolidproperties to vary textures based on the first non-air block below the entity, no matter the distance, the latter only triggers for the first solid block found. - added the
blockAbove&&blockAboveSolidproperties to vary textures based on the first non-air block above the entity, no matter the distance, the latter only triggers for the first solid block found.

