mirror of
https://gitlab.com/echoes91/throwing.git
synced 2025-06-30 07:10:22 +02:00
Shell arrows and other tweakings
This commit is contained in:
3
init.lua
3
init.lua
@ -9,6 +9,7 @@ arrows = {
|
||||
{"throwing:arrow_tnt", "throwing:arrow_tnt_entity"},
|
||||
{"throwing:arrow_torch", "throwing:arrow_torch_entity"},
|
||||
{"throwing:arrow_diamond", "throwing:arrow_diamond_entity"},
|
||||
{"throwing:arrow_shell", "throwing:arrow_shell_entity"},
|
||||
}
|
||||
|
||||
dofile(minetest.get_modpath("throwing").."/bows.lua")
|
||||
@ -22,6 +23,8 @@ dofile(minetest.get_modpath("throwing").."/build_arrow.lua")
|
||||
dofile(minetest.get_modpath("throwing").."/tnt_arrow.lua")
|
||||
dofile(minetest.get_modpath("throwing").."/torch_arrow.lua")
|
||||
dofile(minetest.get_modpath("throwing").."/diamond_arrow.lua")
|
||||
dofile(minetest.get_modpath("throwing").."/shell_arrow.lua")
|
||||
|
||||
|
||||
if minetest.setting_get("log_mods") then
|
||||
minetest.log("action", "throwing loaded")
|
||||
|
Reference in New Issue
Block a user