hollow-cube / minestom-ce

1.20.4 Lightweight Minecraft server
https://minestom.net
Apache License 2.0
108 stars 36 forks source link

LightingChunk improvements #127

Closed reosfire closed 7 months ago

reosfire commented 7 months ago

Refactor some code: split long method into two, use completable future join instead of while() with emply body. Add mehod isLightCalculated which gives ability to wait for light when preloading world.

iam4722202468 commented 7 months ago

Looks good, I implemented some of the changes in the new PR. Thanks