hollow-cube / minestom-ce

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

Send Lighting Immediately #131

Closed iam4722202468 closed 9 months ago

iam4722202468 commented 9 months ago

Looks like the lighting algorithm is fast enough. Removed all the complex async sending. This commit also reduces the data sent by a lot. Vanilla assumes that sections above the heightmap are fully lit, so we don't need to send them. Previously we were sending them and it was destroying client performance.