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
700 stars 80 forks source link

Simplify terrain generation code #147

Closed Hopson97 closed 4 years ago

Hopson97 commented 4 years ago

Moves the terrain generation code out of the server.cpp, and instead has it entirely in the terrain generation module.

Also removes some of the unused functions from that file