#Stop rendering a block
4 messages · Page 1 of 1 (latest)
This sounds suspiciously like an X-ray mod. That aside though, the reason the sides of the non-invisible blocks are hidden is due to culling. Basically the game realizes you can’t (or in this case shouldn’t) be able to see it, so it doesn’t render it to save performance.
Not if sure if/how you can fix that without editing the game renderer.