The bug
The Wither's rib cage appears to be shifted half a pixel to the left of the center of its model, making it look asymmetrical.
Linked issues
is duplicated by 1
Attachments
Comments 4
It seems the main reason the spine and ribcage are offcenter is because the spine’s front and back faces are 3 pixels wide (odd), while the wither’s main head is 8 pixels wide (even). So it has to be off center in order to aline with the pixel grid.
I see two possible solutions to this:
Adjust the spine’s model and texture to be an even number of pixels wide on the front and back faces.
Adjust the main head’s model and texture to be an odd number of pixels wide on the front and back faces.
If one of these solutions is done, the main head, spine, and ribcage will be centered.
That's really hard to unsee.