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
Linked issues
is duplicated by 2
Attachments
Comments 10
I just leave this here ...
Default appearance of rotated Hay Blocks:
http://i.imgur.com/MOPjq6d.jpg
Fixed incorrectly rotated textures using MCPatchers Connected Textures Mod, method=fixed, metadata=4, 8 and the "faces" tags:
http://i.imgur.com/dZu5VlJ.jpg
Still affects the bottom of rotated blocks (wooden logs, quartz/purpur pillars, hay bales), see screenshot.
Easy to fix by replacing
"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
Here you go: MC-109370
Confirmed. It's also orientation specific. A north/south facing log will have different rotations applied to its side textures to one facing east/west.