1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02: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 \