forked from mtcontrib/throwing
Update 1.1
This commit is contained in:
18
init.lua
18
init.lua
@ -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
|
||||
|
Reference in New Issue
Block a user