Continuing rewrite. Add plants.

This commit is contained in:
Duane Robertson 2016-05-22 07:17:20 -05:00
parent d65c6acdf4
commit 61f3bd007d
12 changed files with 408 additions and 312 deletions

View file

@ -34,12 +34,9 @@ minetest.register_craft({
minetest.add_group("default:cactus", {oddly_breakable_by_hand=1})
dofile(fun_caves.path.."/deco_caves.lua")
--dofile(fun_caves.path.."/deco_coral.lua")
--dofile(fun_caves.path.."/deco_dirt.lua")
--dofile(fun_caves.path.."/deco_trees.lua")
--dofile(fun_caves.path.."/deco_plants.lua")
dofile(fun_caves.path.."/deco_plants.lua")
--dofile(fun_caves.path.."/deco_rocks.lua")
--dofile(fun_caves.path.."/deco_fungal_tree.lua")
--dofile(fun_caves.path.."/deco_ferns.lua")
--dofile(fun_caves.path.."/deco_ferns_tree.lua")
--dofile(fun_caves.path.."/deco_water.lua")
dofile(fun_caves.path.."/deco_water.lua")