stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
326 stars 33 forks source link

Fix sky light update propagation #202

Open stackotter opened 4 months ago

stackotter commented 4 months ago

Minecraft distinguishes between block light (from torches etc) and sky light (only from the sky). Delta Client is meant to be able to propagate both when blocks update, but it seems like only block light is getting successfully propagated (sky light just doesn't seem to update at all). Could be that height maps aren't getting updated?