forked from mtcontrib/throwing
Update 1.2
This commit is contained in:
2
init.lua
2
init.lua
@ -14,6 +14,8 @@ throwing_arrows = {
|
||||
{"throwing:arrow_fireworks_red", "throwing:arrow_fireworks_red_entity"},
|
||||
}
|
||||
|
||||
dofile(minetest.get_modpath("throwing").."/defaults.lua")
|
||||
|
||||
local input = io.open(minetest.get_modpath("throwing").."/throwing.conf", "r")
|
||||
if input then
|
||||
dofile(minetest.get_modpath("throwing").."/throwing.conf")
|
||||
|
Reference in New Issue
Block a user