Make deserts survivable.
This commit is contained in:
parent
c93090b4e8
commit
7b969e0009
4 changed files with 161 additions and 1 deletions
2
deco.lua
2
deco.lua
|
@ -36,7 +36,7 @@ minetest.add_group("default:cactus", {oddly_breakable_by_hand=1})
|
|||
dofile(fun_caves.path.."/deco_caves.lua")
|
||||
--dofile(fun_caves.path.."/deco_dirt.lua")
|
||||
dofile(fun_caves.path.."/deco_plants.lua")
|
||||
--dofile(fun_caves.path.."/deco_rocks.lua")
|
||||
dofile(fun_caves.path.."/deco_rocks.lua")
|
||||
--dofile(fun_caves.path.."/deco_ferns.lua")
|
||||
--dofile(fun_caves.path.."/deco_ferns_tree.lua")
|
||||
dofile(fun_caves.path.."/deco_water.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue