1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +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

@ -175,6 +175,7 @@ LOCAL_SRC_FILES := \
jni/src/mapblock.cpp \
jni/src/mapblock_mesh.cpp \
jni/src/mapgen.cpp \
jni/src/mapgen_carpathian.cpp \
jni/src/mapgen_flat.cpp \
jni/src/mapgen_fractal.cpp \
jni/src/mapgen_singlenode.cpp \