1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Mapgen: Add flat mapgen in hidden form

This commit is contained in:
paramat 2015-10-30 02:45:38 +00:00
parent f3ac2517ea
commit 76c9abe4c8
7 changed files with 803 additions and 2 deletions

View file

@ -367,6 +367,7 @@ set(common_SRCS
map.cpp
mapblock.cpp
mapgen.cpp
mapgen_flat.cpp
mapgen_fractal.cpp
mapgen_singlenode.cpp
mapgen_v5.cpp