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

Mapgen: Add 4D fractal mapgen

This commit is contained in:
paramat 2015-04-14 04:38:01 +01:00
parent ce1a70c703
commit e62eac49d5
4 changed files with 733 additions and 0 deletions

View file

@ -352,6 +352,7 @@ set(common_SRCS
map.cpp
mapblock.cpp
mapgen.cpp
mapgen_fractal.cpp
mapgen_singlenode.cpp
mapgen_v5.cpp
mapgen_v6.cpp