OpenCubicChunks / CubicChunks

Infinite* height mod for Minecraft
MIT License
531 stars 68 forks source link

Critical Lighting bug that makes terraforming impossible #496

Open LustreBonny opened 4 years ago

LustreBonny commented 4 years ago

2020-04-28_14 58 07 This is caused when a good half of a cubic chunk is replaced from any block (including water) to air. The lighting does not update. It can only be fixed by filling the entire area with glowstone, and then deleting the glowstone again. The bug you see in the image also happens on land.

Barteks2x commented 4 years ago

Light updates are currently largely broken, and it's a known issue. It's also not an easy one to fix and I have way too much stuff to do before I can actually get to that.

A sort of hack fix on that is the "light updates per column per tick" config option, that slowly over the period of hours fixes lighting at random-ish blocks until it eventually fixes it all. But this option is usually left disabled on servers for performance reasons.