Mojira Archive
MC-73348

Repeater/Comparator Top/Bottom Faces Always Culled

Here is the line from repeater_1tick.json for the bottom face of the repeater:

"down":  { "uv": [ 0,  0, 16, 16 ], "texture": "#slab", "cullface": "down" }

except...the bottom face is not rendered. The screenshot shows a floating repeater with no blocks touching, yet the bottom face is culled. Removing culling for the face makes it render, but by default it does not, as if the repeater were always against a solid block. Removing the cullface property like so will make the bottom face render.

"down":  { "uv": [ 0,  0, 16, 16 ], "texture": "#slab" }

However, then the bottom face will never be culled, even when next to a solid block

If a repeater uses the cube model, both the top and bottom faces will be culled.

Relates to MC-50734

Duplicate

Christie N

2014-10-20, 12:16 AM

2024-09-01, 03:29 PM

2014-10-20, 12:32 AM

0

3

Unconfirmed

Minecraft 1.8

-