Fence / Cobblestone / Fence Gate Wall texture UV are misaligned.
Environment
OS : Windows 10 64-bit
Java 8 version : 1.8.0_60-b27 64-bit
CPU : Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz
GPU : NVIDIA GeForce GTX 650
Drivers : GeForce 358.50
Linked issues
is duplicated by 13
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