Here are the main changes in 1.15/1.14 which will affect us:
- Biomes are now 3D
- Chunks now store one section above and below
[0, 255] for lighting purposes
- Lighting is now sent in a separate packet from
Chunk Data, and it appears lighting updates are now sent to clients (previously, the server and client would each handle lighting on their own)
#307
Here are the main changes in 1.15/1.14 which will affect us:
[0, 255]for lighting purposesChunk Data, and it appears lighting updates are now sent to clients (previously, the server and client would each handle lighting on their own)#307