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:
8
init.lua
8
init.lua
@ -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")
|
||||
|
Reference in New Issue
Block a user