Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
[ETF] Entity Texture Features

[ETF] Entity Texture Features

Emissive, Random & Custom texture support for entities in resourcepacks just like Optifine but for Fabric

26.35M
6,350
Decoration
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20.x
1.19.x
1.18.x
1.17.1
1.16.5

Platforms

Fabric
Forge
NeoForge
Quilt

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

Traben
Traben Owner

Details

Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 weeks ago
DescriptionGalleryChangelogVersions

Show all versions

1
20
21
22
23

[Fabric] Entity Texture Features [V3.1.4]-[1.18.x]

by Traben on Jun 20, 2022
Download

[Fabric] Entity Texture Features [V3.1.4]-[1.19]

by Traben on Jun 20, 2022
Download

[Forge] Entity Texture Features [V3.1.4]-[1.18.2]

by Traben on Jun 20, 2022
Download

[V3.1.4]

  • fixed a logic mistake causing high lag when additional mob textures (like sheep_fur.png) did not have the same or higher number of variations as the base texture
  • the Blocks property now also check the block the mob spawned inside of (allowing things like water, cave_air, flowers, torches, etc. to be used, and also fixes issues with soul-sand and mud not reading correctly)
  • added an option to enable / disable block entity emissive and custom textures as they currently do not support vanilla animated textures and may want to be disabled by such users
  • added some missed translation support (Still only english atm :/)

Entity Texture Features [V3.1.3]-[1.18.2]

by Traben on Jun 18, 2022
Download

ETF Changelog:

[forge port of V3.1.3]

  • fixed a crash related to forge loading without cloth config, that caused the game to crash prior to displaying the missing mod warning
  • sheep wool support added (wool doesn't apply dye color to the emissive texture, use custom texture colour properties to set an altered coloured texture instead if required. A sheep using sheep2.png will try and use the equivalent wool2.png and will use the default otherwise )
  • fixed a crash due to an incorrect texture path for custom capes skin feature
  • tweaked property file loading to be more consistent with resource-pack order (using folders like "etf/random" & the vanilla locations will no longer accidentally override or be overridden by packs out of order)
  • iron golem cracking texture support added (an iron_golem using texture2.png will try and use "crack_texture2.png" and will use the default if it doesn't exist)

[forge port of V3.1.2]

  • shoulder parrot support re-enabled

[forge port of V3.0.4]

  • shoulder parrot support disabled (could not get working)

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.1.3]-[1.19]

by Traben on Jun 18, 2022
Download

ETF Changelog:

[V3.1.3]

  • sheep wool support added (wool doesn't apply dye color to the emissive texture, use custom texture colour properties to set an altered coloured texture instead if required. A sheep using sheep2.png will try and use the equivalent wool2.png and will use the default otherwise )
  • fixed a crash due to an incorrect texture path for custom capes skin feature
  • tweaked property file loading to be more consistent with resource-pack order (using folders like "etf/random" & the vanilla locations will no longer accidentally override or be overridden by packs out of order)
  • iron golem cracking texture support added (an iron_golem using texture2.png will try and use "crack_texture2.png" and will use the default if it doesn't exist)

[V3.1.2]

  • fixed a crash related to player skins that could occur when leaving a server

[V3.1.1]

  • fixed other Mod integrations for 1.19 (Mod menu, iris, etc)
  • elytra size fix now set disabled by default

[V3.1.0]

  • updated to 1.19 (for now 1.18.2 will remain supported with feature updates, but 1.18.1 & 1.18.0 will no longer be supported moving forwards, due to very annoying workarounds required)
  • support added for the wardens many texture layers

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.1.3]-[1.18.x]

by Traben on Jun 18, 2022
Download

ETF Changelog:

[V3.1.3-mc1.18]

  • sheep wool support added (wool doesn't apply dye color to the emissive texture, use custom texture colour properties to set an altered coloured texture instead if required. A sheep using sheep2.png will try and use the equivalent wool2.png and will use the default otherwise )
  • fixed a crash due to an incorrect texture path for custom capes skin feature
  • tweaked property file loading to be more consistent with resource-pack order (using folders like "etf/random" & the vanilla locations will no longer accidentally override or be overridden by packs out of order)
  • iron golem cracking texture support added (an iron_golem using texture2.png will try and use "crack_texture2.png" and will use the default if it doesn't exist)

[V3.1.2-mc1.18]

  • fixed a crash related to player skins that could occur when leaving a server

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.1.2]-[1.18.2]

by Traben on Jun 14, 2022
Download

ETF Changelog:

[forge port of V3.1.2]

  • shoulder parrot support re-enabled

[forge port of V3.0.4]

  • shoulder parrot support disabled (could not get working)

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.1.2]-[1.19]

by Traben on Jun 14, 2022
Download

ETF Changelog:

[V3.1.2]

  • fixed a crash related to player skins that could occur when leaving a server

[V3.1.1]

  • fixed other Mod integrations for 1.19 (Mod menu, iris, etc)
  • elytra size fix now set disabled by default

[V3.1.0]

  • updated to 1.19 (for now 1.18.2 will remain supported with feature updates, but 1.18.1 & 1.18.0 will no longer be supported moving forwards, due to very annoying workarounds required)
  • support added for the wardens many texture layers

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.1.2]-[1.18.x]

by Traben on Jun 14, 2022
Download

ETF Changelog:

[V3.1.2-mc1.18]

  • fixed a crash related to player skins that could occur when leaving a server

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.1.1]-[1.19]

by Traben on Jun 8, 2022
Download

ETF Changelog:

[V3.1.1]

  • fixed other Mod integrations for 1.19 (Mod menu, iris, etc)
  • elytra size fix now set disabled by default

[V3.1.0]

  • updated to 1.19 (for now 1.18.2 will remain supported with feature updates, but 1.18.1 & 1.18.0 will no longer be supported moving forwards, due to very annoying workarounds required)
  • support added for the wardens many texture layers

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.1.0]-[1.19]

by Traben on Jun 8, 2022
Download

ETF Changelog:

[V3.1.0]

  • updated to 1.19 (for now 1.18.2 will remain supported with feature updates, but 1.18.1 & 1.18.0 will no longer be supported moving forwards, due to very annoying workarounds required)
  • support added for the wardens many texture layers

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.0.4]-[Forge-1.18.2]

by Traben on Jun 3, 2022
Download

ETF Changelog:

[forge port of V3.0.4]

  • shoulder parrot support disabled (could not get working in forge)
  • EXPECT BUGS DUE TO BEING FIRST FORGE PORT

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.0.4]-[1.18.x]

by Traben on Jun 2, 2022
Download

ETF Changelog:

[V3.0.4]

  • chest & shulker custom texture caching is more consistent
  • texture cache data now also resets on game disconnect

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.0.3]-[1.18.x]

by Traben on Jun 1, 2022
Download

ETF Changelog:

[V3.0.3]

  • fixed names property not working with chests (they will still not function on servers unless a mod is used to send blockEntity name data to clients)

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.0.2]-[1.18.x]

by Traben on May 30, 2022
Download

ETF Changelog:

[V3.0.2]

  • fixed certain blocks not reading correctly for the Blocks texture property

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.0.1]-[1.18.x]

by Traben on May 28, 2022
Download

ETF Changelog:

[V3.0.1]

  • fixed emissive armour & works with CIT Resewn

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.0.0]-[1.19.pre3]

by Traben on May 26, 2022
Download

ETF Changelog: [V3.0.0]

updated to 1.19.pre3 for testing EXPECT BUGS

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [V3.0.0]-[1.18.x]

by Traben on May 26, 2022
Download

ETF Changelog:

[V3.0.0]

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • Optifine parity: Name property now works identical to optifine
  • ETF supports a new Names (plural) property using previous ETF name behaviour
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Optifine parity: Size & Color texture properties
  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, shulker boxes, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests, shulker boxes & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them
  • translation support

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity glowing eyes code
  • litematica compatibility
  • blocks property not working for certain blocks with extra data
  • villager profession property not working with namespaces
  • Mooshroom mushrooms not being overridden correctly
  • various minor issues

Entity Texture Features [Beta V2.6.4]-[1.18.x]

by Traben on May 23, 2022
Download

[V2.7.0] Betas so far

Various code improvements implemented thanks to @Maximum#8760:

  • logging
  • iris compatibility
  • translation support
  • A great deal of source code support and proofreading, thank you again @Maximum#8760

Changed:

  • the shader z-fighting fix no longer expands the model leading to weird rendering, emissives should no longer z-fight for most mobs while using shaders.(option has been removed)
  • illegal identifier fix changed to only affect image files, cause of litematica conflicts
  • names property will also match against the whole line ((names.1=john smith) will check the names {"john", "smith" & " john smith"})

Added:

  • Ender Dragon random / custom and emissive texture support
  • drowned outer layers support random and emissive textures using the vanilla format
  • choice between brighter or optifine-like(default) emissive rendering modes (bright usually provides bigger bloom with shaders and is noticeably brighter in sunlight)
  • block entity emissive support for: chests, beds, bells, enchanting table book & lectern book
  • block entity random/custom texture support for: chests & beds
  • custom lectern book texture support with "minecraft/textures/entity/lectern_book.png"
  • emissive shields
  • debug logging config option to enable logging relevant ETF mob data when right-clicked
  • custom horse armour & markings support, "horse2.png will try to use horse_armor2.png & horse_marking2.png"
  • added function to ease access to skin features (a setting in the config/modmenu settings can be enabled to apply a skin feature guide image to a copy of your skin)
  • supported emissive and enchanted capes to match skin when set in skin feature choices.
  • parrots showing custom & emissive textures on shoulders
  • warnings in mod menu config to inform of and prevent mod incompatibilities, as well as an option to ignore these warnings and override them

Fixed:

  • memory leak / usage issue in V2.6.0 - was related to entity feature renderer code
  • litematica compatibility
  • various minor issues

Entity Texture Features [V2.6.0]-[1.18+]

by Traben on Mar 29, 2022
Download

[V2.6.0] Release

Changes since last Release:

  • enabled all versions after 1.18 for snapshot testing

  • optimized code with a focus on preventing future mod conflicts

  • added "etf/random" directory support thats acts as an override to the "optifine/random" directory as an option for resourcepack devs

  • added support for villager profession/type/level textures to use their own properties file (Optifine parity)

  • added support for random / custom vanilla glowing eyes (spider, enderman, phantom) (Optifine parity)

  • added texture customizing property "teams" to set mob texture by scoreboard team name

  • added emissive armour support (Optifine parity)

  • added emissive horse armour support (Optifine parity)

  • added emissive & random / custom horse marking texture support (Optifine parity)

  • added shulker head emissive and random texture support (Optifine parity)

  • added a setting to allow illegal characters in texture files like spaces and capitals (Optifine parity)

  • added a setting in Custom textures to customize property updating restrictions (E.G if disabled for biomes a desert zombie that walks into a forest will be able to change texture based on the new biome, as opposed to the default behaviour where it will keep its desert skin)

  • change: blinking now occurs truly randomly within configured frequency

  • change: how optifine properties are applied. (Biome and other non-updating properties will no longer prevent / effect updating properties like health or name.)

  • change: mod-menu config option screen tweaks

  • change: CIT resewn elytra message removed as CIT now supports ETF emissive elytras

  • fix: properties not updating correctly

  • fix: property files being read from below resource-packs and applying to textures that should have overridden the custom properties (e.g texture property files will now only apply to textures in the same pack or below packs)

  • fix: textures reverting to vanilla after a time with certain property file configurations

  • fix: shulker colors not using shulker.properties

  • fix: many other simple crashes or unexpected behaviours not worth mentioning

1
20
21
22
23

Modrinth is open source.

new-orgs-page@a27b5f4

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.