Add wooden buckets. Disable mass-dig.

Change bowl recipe.
Mass digging is not compatible.
Also, keep elephants from drowning.
This commit is contained in:
Duane 2016-07-14 00:29:17 -05:00
parent 410259de35
commit 05dab8ff81
7 changed files with 311 additions and 158 deletions

View file

@ -169,6 +169,7 @@ dofile(fun_caves.path .. "/deco.lua")
dofile(fun_caves.path .. "/fungal_tree.lua")
dofile(fun_caves.path .. "/wallhammer.lua")
dofile(fun_caves.path .. "/mapgen.lua")
dofile(fun_caves.path .. "/wooden_buckets.lua")
dofile(fun_caves.path .. "/spec_bomb.lua")
dofile(fun_caves.path .. "/elixir.lua") -- must go after all items are registered
dofile(fun_caves.path .. "/chat.lua")