Make deserts survivable.

This commit is contained in:
Duane Robertson 2016-05-23 11:08:25 -05:00
parent c93090b4e8
commit 7b969e0009
4 changed files with 161 additions and 1 deletions

View file

@ -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")