Mojira Archive
MC-70850

False negatives during occlusion culling

The bug

The occlusion culling occasionally fails to identify chunks which should be visible.

How to reproduce

Test world

Download and open this world: SectionCulling.zip

Natural generation

  1. Create a normal 1.8 world with the seed -8057776351348801925
  2. /tp -271 97 -1358
    → There will be a missing chunk in the chasm. Screenshot.
  3. /tp -273 93 -1360
    → There will be a missing chunk directly beneath and slightly to the side of the player. Screenshot.

More examples:

Seed: -3040140397380042098
Coordinates:

/execute in minecraft:overworld run tp @s 83.90 79.00 69.69 -67.35 30.15
/execute in minecraft:overworld run tp @s 79.81 14.00 41.47 -859.83 7.65

Code analysis

See this comment.