remove spears

This commit is contained in:
Andrea Plati
2015-10-25 15:27:46 +01:00
parent 150f862b41
commit 61567b3985
10 changed files with 5 additions and 156 deletions

View File

@ -29,8 +29,6 @@ dofile(minetest.get_modpath("throwing").."/tools.lua")
dofile(minetest.get_modpath("throwing").."/standard_arrows.lua")
dofile(minetest.get_modpath("throwing").."/spears.lua")
if minetest.get_modpath('fire') and minetest.get_modpath('bucket') and not DISABLE_FIRE_ARROW then
dofile(minetest.get_modpath("throwing").."/fire_arrow.lua")
end