-
Bug
-
Resolution: Fixed
-
Minecraft 1.4.2, Minecraft 1.4.3, Minecraft 1.4.4, Minecraft 1.4.5, Snapshot 13w06a, Minecraft 13w38c, Minecraft 15w44b
-
Confirmed
Textures are not rotated properly on sideway logs. This is most noticeable on birch logs (see pictures).
15w44b:
Still affects the bottom of rotated blocks (wooden logs, quartz/purpur pillars, hay bales), see newest attached screenshot.
Suggested fix:
Replace
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }
with
"down": { "uv": [ 16, 16, 0, 0 ], "texture": "#side", "cullface": "down" }
in models/block/column_side.json