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

Mapgen: Add Carpathian mapgen (#6015)

This commit is contained in:
Vaughan Lapsley 2017-07-06 21:53:56 +10:00 committed by Loïc Blot
parent 6bedb6de40
commit a80ecbee1e
9 changed files with 725 additions and 0 deletions

View file

@ -400,6 +400,7 @@ set(common_SRCS
map_settings_manager.cpp
mapblock.cpp
mapgen.cpp
mapgen_carpathian.cpp
mapgen_flat.cpp
mapgen_fractal.cpp
mapgen_singlenode.cpp