Add flare gun.
This commit is contained in:
parent
357be42a0a
commit
193ad7e7ac
6 changed files with 118 additions and 1 deletions
6
init.lua
6
init.lua
|
@ -187,7 +187,11 @@ 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")
|
||||
|
||||
if minetest.get_modpath('tnt') then
|
||||
dofile(fun_caves.path .. "/spec_bomb.lua")
|
||||
end
|
||||
|
||||
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