Fence / Cobblestone / Fence Gate Wall texture UV are misaligned.
Linked issues
is duplicated by 11
relates to 2
Attachments
Comments 2
As noted in the duplicate reports, this is an issue with the texture UV. Removing
"uvlock": true
from the blockstate eliminates the distortion, leaving only the rotation error we just introduced by disabling the lock.
EDIT:
Mojang just said they "fixed" a texture bug with wooden buttons in this snapshot:
https://bugs.mojang.com/browse/MC-8522
Going from 15w44a to 15w44b, they added "uvlock": true to the blockstate for wooden buttons. I suspect they did something to the uvlock, and broke everything that uses it.
Confirmed