If a 16 3 chunk contains no block models, chests, signs, and ender chests do not render.
A non-block model blocks include chests, signs, ender chests, and barriers.
Steps to reproduce:
Fly into the air until you are at least 16 blocks above all terrain.
Use the command
/setblock ~ ~ ~ chest
Notice the chest is invisible
Place another block next to it in the same 16 3 chunk
Notice the chest now renders
Related issues
Attachments
Comments


@unknown in MC-62166:
Use 29a for more consistent behavior. 29b is just a 'threaded batching of chunkdata to renderbuffers'-experiment.

That bug is about blocks still rendering, this one is about blocks not rendering, not a duplicate. It is also very consistent, every time it acts that way.

See @unknown's comment in MC-62166;
Use 29a for more consistent behavior. 29b is just a 'threaded batching of chunkdata to renderbuffers'-experiment.
If your issue is gone in 14w29a, then it's the same.

Okay, I will wait for then.