Continuing rewrite. Add plants.
This commit is contained in:
parent
d65c6acdf4
commit
61f3bd007d
12 changed files with 408 additions and 312 deletions
7
deco.lua
7
deco.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue