I am having some difficulty getting named cats to have a custom texture with ETF on NeoForge 1.21.1.
assets\minecraft\textures\entity\cat\cat.properties:
textures.2=test.png
name.2=Test
I tried using an index of 1 instead of 2.
I tried using the full path for the texture, as it is below.
I tried replacing name with names.
I tried naming the .properties file as one of the cat variants, for example persian.properties.
The texture is at assets\minecraft\textures\entity\cat\test.png
None of the above attempts have caused my test.png texture to be used.