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

Add Valleys mapgen.

This commit is contained in:
Duane Robertson 2016-01-13 21:57:02 -06:00 committed by paramat
parent b4cbcaea26
commit 3c6b2ffb10
7 changed files with 1300 additions and 0 deletions

View file

@ -179,6 +179,7 @@ LOCAL_SRC_FILES := \
jni/src/mapgen_v5.cpp \
jni/src/mapgen_v6.cpp \
jni/src/mapgen_v7.cpp \
jni/src/mapgen_valleys.cpp \
jni/src/mapnode.cpp \
jni/src/mapsector.cpp \
jni/src/mesh.cpp \