FishFoxFederation / ft_minecraft

Recode Minecraft from scratch.
3 stars 0 forks source link

Server side lights are bugged #112

Closed afaure42 closed 5 days ago

afaure42 commented 6 days ago

Now that there is a true light pass server side ( at least in #110 )

we can see that caves are fine but the ocean floor isnt being lighted properly wich leads to weird updates when you place a bloc

image

here in the cave the lights are fine

image

here the ocean floor seems weird

image

after placing and removing a block we trigger a clientside update that isnt bugged

interestingly if you reconnect with another client the update has been done propely serverside the issue seems to only be with the first light pass