File Details
entity_texture_features_forge_1.20.1-6.0.jar
- R
- Apr 19, 2024
- 538.30 KB
- 62.9K
- 1.20.1+1
- Forge
File Name
entity_texture_features_forge_1.20.1-6.0.jar
Supported Versions
- 1.20.1
- 1.20
Curse Maven Snippet
- added support for the iris distant horizons beta
- fixed emissive textures breaking in the gui with ImmediatelyFast installed
- fixed the
blocksproperty not correctly reading/expecting block states - fixed the
nameproperty not checking for single names with spaces in them comprised of the entire test string - completely redid the config gui to be data driven and more user-friendly
- ETF, EMF, and ESF will now share the same config gui collectively called "Entity Features settings"
- added a new
per entitysettings screen that allows you to override the settings for specific entity types - added a
Random propertiessettings screen that allows you to enable/disable, modify, and read the documentation of specific random properties. This will also list any properties added via ETF's API. - improved many gui elements adding sliders, changed setting highlighting, and text displays for more user-friendly settings
- fixed the
nameproperty not reading player usernames - added the following random properties: (primarily for use in player EMF packs)
isCreative- true if the entity is in creative modeisTeammate- true if the entity is a teammateisClientPlayer- true if the entity is the client playervariant- moved from EMF into ETFmodLoaded- works likenamebut matches against the mod id's loaded by the modloader
- the
blocksproperty now updates over time by default (OptiFine parity) - fixed the
nbtproperty still including the char type when testing nbt numbers i.e1binstead of just1 - fixed many minor issues
- fixed
blocksproperty and addedblockSpawnedproperty to be identical but spawn condition locked by default

