mojira.dev
MC-1451

Sideway placed blocks (quartz, hay bales, wood logs) textures are not rotated properly

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

Attachments

Comments 10

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.

Ugh right now almost impossible to fix sanely.

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

Confirmed for Purpur Pillar in 1.9 release.

Please create a separate ticket for that.

Is there an open ticket for this issue yet? Purpur pillars still rotated wrongly in 16w43a.

There is no (known) ticket about that, go ahead.

SamsamTS

Erik Broes

Confirmed

rendering

Minecraft 1.4.2, Minecraft 1.4.3, Minecraft 1.4.4, Minecraft 1.4.5, Snapshot 13w06a, Minecraft 13w38c, Minecraft 15w44b

Minecraft 14w11b, Minecraft 15w45a

Retrieved