Add wooden buckets. Disable mass-dig.
Change bowl recipe. Mass digging is not compatible. Also, keep elephants from drowning.
This commit is contained in:
parent
410259de35
commit
05dab8ff81
7 changed files with 311 additions and 158 deletions
1
init.lua
1
init.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue