1
0
mirror of https://gitlab.com/echoes91/throwing.git synced 2025-06-30 07:10:22 +02:00

Update 1.1

This commit is contained in:
echoes91
2015-03-31 20:14:17 +02:00
parent 0650a511f2
commit b64a278837
8 changed files with 10 additions and 713 deletions

View File

@ -23,19 +23,9 @@ end
dofile(minetest.get_modpath("throwing").."/functions.lua")
dofile(minetest.get_modpath("throwing").."/bows.lua")
dofile(minetest.get_modpath("throwing").."/tools.lua")
if not DISABLE_STEEL_ARROW then
dofile(minetest.get_modpath("throwing").."/steel_arrow.lua")
end
if not DISABLE_STONE_ARROW then
dofile(minetest.get_modpath("throwing").."/stone_arrow.lua")
end
if not DISABLE_STONE_ARROW then
dofile(minetest.get_modpath("throwing").."/obsidian_arrow.lua")
end
dofile(minetest.get_modpath("throwing").."/standard_arrows.lua")
if not DISABLE_FIRE_ARROW then
dofile(minetest.get_modpath("throwing").."/fire_arrow.lua")
@ -61,10 +51,6 @@ if not DISABLE_TORCH_ARROW then
dofile(minetest.get_modpath("throwing").."/torch_arrow.lua")
end
if not DISABLE_DIAMOND_ARROW then
dofile(minetest.get_modpath("throwing").."/diamond_arrow.lua")
end
if not DISABLE_SHELL_ARROW then
dofile(minetest.get_modpath("throwing").."/shell_arrow.lua")
end