Redstone wire on the top/sides of transparent blocks does not appear when viewed from below.
Linked issues
Attachments
Comments


Does this problem still affect Minecraft 1.11?

Kind of clones MC-47859

The repeaters and comparators have really broken culling code. "cullface":"down" will ALWAYS cull, even if it's not supposed to, and "cullface:":"north", "cullface:":"south", "cullface:":"west", and "cullface:":"east" don't cull at all, even when their supposed to!

Fixed for repeaters and comparators, but not redstone wire.

Can confirm for 18w50a, can I claim this issue?

still a problem in 1.14.3

still in 19w35a

hence why i obviously marked it as such?
Attached fixed redstone wire files in a zip.
The repeaters/comparators in a problem in the code itself (making it always cull the face).
Edit: whoops, forgot to make it cull the faces when a block's hiding it.