Shell arrows and other tweakings

This commit is contained in:
echoes91
2015-03-13 12:47:16 +01:00
parent 06afd1b8d7
commit b1e6edad73
18 changed files with 140 additions and 16 deletions

View File

@ -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")