mojira.dev
MC-47811

The bottom texture of non-full blocks is flipped vertically

The bottom texture of blocks is flipped vertically.
Likely the same as MC-37106, but they missed it in the fix.
Since the other bug does not mention bottom faces, and it is fixed, while this is not, I though a separate issue was needed.

Edit in 14w07a: Full blocks render the bottom face correctly, though partial blocks (such as end portal frame and enchantment table) still flip the texture.

Edit in 14w11b: Any blocks with models now render correctly, but blocks without a model are incorrectly rendering. Stairs, Enchantment Tables, and some others are still affected.

Edit in 14w17a: The only block I'm still noticing with the problem is the Enchantment Table.

Linked issues

Attachments

Comments 16

Works as intended. It will not look flipped if you look at it from one angle. But from the rest it will

I don't see how this is intended. The texture is flipped, instead of mapping the same like the sides. Makes bottom textures need to be flipped as well.

if it mapped every side then it would have it flipped at every angle you look at it, then it would cause extreme lag and it wouldn't make any sense.

With the way mapping works, It puts the image on the top, south, and west faces. The bottom, east and north faces get the same image, though when viewing it (which is from the other side) it appears backwards. To fix that the north and east faces are programmed to flip the texture on those faces, but not on the bottom face.

Fixed in 14w07a, and I found out it flipped vertically, not horizontally.

6 more comments

Fixed in 14w11b on all blocks with a block model (end portal frame, crafting table, ect.). But not blocks without models (enchantment table, stairs).

Actually, if you really want to get technical, it's the blocks with models that are rendering incorrectly. Prior to 1.8, a block's bottom face rendered vertically flipped. The only way to do this in a model file is to flip the texture, then rotate it 180 degrees, which Mojang did not do – so we have inconsistencies.

(This makes it really frustrating for those who use multiple cubes while mapping say, rails)

The original bug post was that the bottom faces were flipped vertically, and in the new models, that no longer happens

Mojang will now likely adjust the rest to the new block model system and remove all the inconsistencies , fixing this bug completely.

I think all this is not fixed on is the enchantment table. Might be a few others though.

oh i thought u ment all blocks. Whoops

KnightMiner

migrated

Confirmed

Minecraft 1.7.4, Minecraft 14w04b, Minecraft 14w05b, Minecraft 14w06a, Minecraft 14w06b, ..., Minecraft 1.7.6-pre1, Minecraft 1.7.6-pre2, Minecraft 1.7.6, Minecraft 1.7.7, Minecraft 14w17a

Minecraft 14w18a

Retrieved