1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00: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