[ETF] Entity Texture Features - [Fabric & Forge]

[ETF] Entity Texture Features - [Fabric & Forge]

57M Downloads

[BUG] Several textures are not randomizing correctly

Keeg-Turner opened this issue ยท 0 comments

commented

Description

List of textures whose randomization features don't seem to be functioning properly in a resource pack I maintain, accompanied by some notes for each:

  • entity/end_crystal/end_crystal.png
    • Does not randomize at all
    • Issue also occurs on OptiFine, but didn't on older versions
    • As a partial workaround, EntityModelFeatures can be used to randomize the models instead, with each model being the vanilla one but using a different texture; one of the two glass cubes refuses to change its texture using this method though
  • entity/end_crystal/end_crystal_beam.png
    • Does not randomize at all
    • OptiFine currently seems to not respect end_crystal_beam.properties and just does basic randomization instead
    • On older versions of OptiFine, end_crystal_beam.properties would randomize based on the beam's associated dragon rather than its associated crystal; it would be nice if EntityTextureFeatures could have an option to toggle between these
  • entity/enderdragon/dragon_exploding.png
    • Does not randomize at all
    • Issue does not occur on OptiFine
  • entity/enderdragon/dragon_fireball.png
    • Does not randomize at all
    • Issue also occurs on OptiFine, but didn't on older versions
  • entity/guardian_beam.png
    • Does not randomize at all
    • Issue also occurs on OptiFine, but didn't on older versions
  • entity/minecart.png
    • Does not randomize at all
    • Used to work fine but broke at some point in the past year
    • Issue also occurs on OptiFine, but didn't on older versions
  • entity/wither/wither_invulnerable.png
    • Does not respect wither.properties; only works as expected if an additional wither_invulnerable.properties is created
    • Issue does not occur on OptiFine

Logs

Latest game log: https://mclo.gs/Ge9SajB

Setup

  • Minecraft version: 1.21.5
  • Mod loader: Fabric 0.16.3
  • ETF Version: 6.2.13
  • The issues persist with only ETF installed.
  • A couple of these (End Crystals, Minecarts) have already been mentioned elsewhere, but I figured it may be helpful to have everything together in one place
  • Compared to OptiFine HD U J4 pre2 for Minecraft 1.21.4 because there is no version for Minecraft 1.21.5 yet.