The bug
In Programmer Art, the angry wolf texture has the back part of its mane texture rotated upside down, unlike other wolf textures. This is caused by the changes made to models in beta 1.8, all other wolf textures' mane were swapped after this version, except for this one. The issue persisted for years but it never was reported.
To reproduce:
Enable the "Programmer Art" resource pack.
Summon a wolf near a sheep with infinite resistance, following the commands:
/summon minecraft:sheep ~ ~ ~
/effect give @e[type=minecraft:sheep,limit=1] minecraft:resistance infinite 255
/summon minecraft:wolf ~ ~ ~
Try to enter inside the wolf's body in spectator mode and wait until it becomes angry.
→ ❌ The back texture of wolf's mane will rotate nonsensically.
Related issues
Attachments
Comments


Relates to MC-210108.

Programer art textures don't get changes anymore, only fixing issues from improper updating of said assets. If this is not the case without programmer art, it's a non-issue.

@Dhranios That's exactly what I said on the bug description, after Beta 1.8 mob models worked different, and all other textures were rotated according to this change except for angry wolf texture.

You misunderstand me, only issues related to format changes after the replacement of the textures, and the addition of the built-in pack get fixed, not older issues.
This is either invalid as @unknown pointed out previously, or it duplicates MC-169889 as it's requesting new texture changes (or a fix in this case) be retroactively applied to an older texture.