Fix error when removing doors with a chainsaw.
This commit is contained in:
parent
7b6de7195c
commit
9c121b4c09
2 changed files with 86 additions and 57 deletions
6
init.lua
6
init.lua
|
@ -204,11 +204,7 @@ 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")
|
||||
|
||||
if minetest.get_modpath('tnt') then
|
||||
dofile(fun_caves.path .. "/spec_bomb.lua")
|
||||
end
|
||||
|
||||
dofile(fun_caves.path .. "/tools.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