Sides of blocks are visible in spectator mode if against a path block
Open
1
If in spectator mode, blocks are usually not visible when underneath them. However, if the block is facing a path block, the side of the block facing the path block is visible in spectator mode, even when inside the block.
“Fixing” this would require making a lot of new code just for a small edgecase. The reason it’s visible is because you can see a small amount of the block from the top, and the only alternative is completely getting rid of that rendering, which would look weird. This same thing applies to slabs. TLDR: Would take too much code, and this is the most efficient thing the developers could’ve done. Working as intended.
“Fixing” this would require making a lot of new code just for a small edgecase. The reason it’s visible is because you can see a small amount of the block from the top, and the only alternative is completely getting rid of that rendering, which would look weird. This same thing applies to slabs.
TLDR: Would take too much code, and this is the most efficient thing the developers could’ve done. Working as intended.