Major overhaul. Separate cave decorations from mapgen.

This commit is contained in:
Duane Robertson 2016-05-21 09:47:42 -05:00
parent f8a5339f57
commit 011affc46f
6 changed files with 497 additions and 266 deletions

View file

@ -65,6 +65,7 @@ end
dofile(fun_caves.path .. "/nodes.lua")
dofile(fun_caves.path .. "/deco.lua")
dofile(fun_caves.path .. "/fungal_tree.lua")
dofile(fun_caves.path .. "/mapgen.lua")
dofile(fun_caves.path .. "/mobs.lua")