Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
703 stars 80 forks source link

Fix/leaves on trees not appearing #122

Closed Hopson97 closed 4 years ago

Hopson97 commented 4 years ago

Fixes #121

The issue was when block was set in a chunk, it would not ensure the neighbors.

This meant trees were getting holes in them.