1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Add singlenode mapgen; generates solely the node 'mapgen_singlenode', defaults to air

This commit is contained in:
Perttu Ahola
2013-03-22 19:16:51 +02:00
parent b6dcadeb79
commit 34b185e955
5 changed files with 153 additions and 1 deletions

View File

@@ -227,6 +227,7 @@ set(common_SRCS
mapgen.cpp
mapgen_v6.cpp
mapgen_indev.cpp
mapgen_singlenode.cpp
treegen.cpp
dungeongen.cpp
content_nodemeta.cpp