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

1.1.1 fixed fireworks

This commit is contained in:
echoes91
2015-04-04 11:57:52 +02:00
parent d80bd11ee2
commit 65e0074427
3 changed files with 1 additions and 361 deletions

View File

@ -55,13 +55,7 @@ if not DISABLE_SHELL_ARROW then
dofile(minetest.get_modpath("throwing").."/shell_arrow.lua")
end
if not DISABLE_FIREWORKS_BLUE_ARROW then
dofile(minetest.get_modpath("throwing").."/fireworks_blue_arrow.lua")
end
if not DISABLE_FIREWORKS_RED_ARROW then
dofile(minetest.get_modpath("throwing").."/fireworks_red_arrow.lua")
end
dofile(minetest.get_modpath("throwing").."/fireworks_arrows.lua")
if minetest.setting_get("log_mods") then
minetest.log("action", "throwing loaded")