Bottom face of column blocks are rotated 180 degrees
The bug
As you can see on the screenshots, all sideways block textures that face west and south are the only rotated properly. Maybe not a visible issue, but it is really noticeable on purpur pillar, as the lines dont match up with regular purpur with incorrect rotations.
Best reproduced by creating a full cube of purpur with pillars in the very center, to see which directions the bottom of the pillar doesnt match up with.
Linked Issues
relates to3
- Fixed
Connor Steppie
Samuel Lembas
[Mojang] Felix Jones- 7
- 5
- Confirmed
- Textures and models
- block pillar rotated sideways
1.10.2 - 1.15.2-pre2
1.10.2 16w43a 16w44a 1.11-pre1 1.11 16w50a 17w06a 1.13.2 18w48a 18w48b 18w49a 18w50a 19w02a 19w03a 19w03b 19w04a 19w05a 19w06a 19w07a 19w08a 19w09a 19w11a 19w12a 19w12b 19w13a 19w13b 19w14a 19w14b 1.14-pre1 1.14-pre2 1.14-pre3 1.14-pre4 1.14-pre5 1.14.2-pre1 1.14.2-pre2 1.14.2-pre3 1.14.3-pre1 1.14.3-pre3 1.14.3-pre4 1.14.4-pre1 1.14.4-pre4 19w34a 19w35a 19w36a 19w37a 19w38b 19w39a 19w40a 19w41a 19w42a 19w44a 19w46a 1.15-pre1 1.15-pre2 1.15-pre3 1.15-pre4 1.15-pre6 1.15-pre7 1.15.1-pre1 1.15.2-pre1 1.15.2-pre2- 20w06a
Created Issue:
Sideways placed blocks aren't rotated properly
As you can see on the screenshots, all sideways blocks that face west and south are the only rotated properly. Maybe not a visible issue, but it is really noticeable on purpur pillar.
Environment
Windows 10, Java 8
As you can see on the screenshots, all sideways block top textures that face west and south are the only rotated properly. Maybe not a visible issue, but it is really noticeable on purpur pillar.
relates to
Sideways placed blocks aren't rotated properlyBottom face of column blocks are mirrored
That fix is not correct, as I said, the bottom is mirrored, not rotated 180 degrees, there's a difference.
Bottom face of column blocks aremirroredBottom face of column blocks are rotated 180 degrees
[Block textures and models] Bottom face of column blocks are rotated 180 degrees
[Block textures and models]Bottom face of column blocks are rotated 180 degrees
The bug
As you can see on the screenshots, all sideways block textures that face west and south are the only rotated properly. Maybe not a visible issue, but it is really noticeable on purpur pillar, as the lines dont match up with regular purpur with incorrect rotations.
Relates to
MC-117879and MC-137583Best reproduced by creating a full cube of purpur with pillars in the very center, to see which directions the bottom of the pillar doesnt match up with.
The bug
As you can see on the screenshots, all sideways block textures that face west and south are the only rotated properly. Maybe not a visible issue, but it is really noticeable on purpur pillar, as the lines dont match up with regular purpur with incorrect rotations.
Relates to
MC-117879and MC-137583Best reproduced by creating a full cube of purpur with pillars in the very center, to see which directions the bottom of the pillar doesnt match up with.








Sides of the pillar blocks are rotated wrongly as well. Light should come from left top corner.
Sides are intended, for the fix of
MC-1451, as for the "bottom" face, it seems to bemirroredrotated 180 degrees.Renaming issue to "Bottom face of column blocks are rotated 180 degrees".
That may be intended, because the north part will face north on both the top and bottom.
Edit: sorry, rotated, not mirrored
If sides are intended, I made a fix. In cube_column.json I made this:
{ "parent": "block/cube", "textures": { "particle": "#side", "down": "#end", "up": "#end", "north": "#side", "east": "#side", "south": "#side", "west": "#side" }, "elements": [ { "from": [ 0, 0, 0 ], "to": [ 16, 16, 16 ], "faces": { "down": { "texture": "#end", "cullface": "down" }, "up": { "rotation": 180, "texture": "#end", "cullface": "up" }, "north": { "texture": "#side", "cullface": "north" }, "south": { "texture": "#side", "cullface": "south" }, "west": { "texture": "#side", "cullface": "west" }, "east": { "texture": "#side", "cullface": "east" } } } ] }Without a symmetric texture you will never be able to get "matching" bottom textures for all 6 sides. I suspect this is WAI.
I guess we need separate JSON files for each position of column to make it work perfect.
Affects 18w50a, relates to
MC-138566. Can I request ownership of this ticket?Relates to
MC-117879Changed the reporter to [~Awesoman3000].