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

Update 1.2

This commit is contained in:
Andrea Plati
2015-06-03 17:40:59 +02:00
parent 687a3bcd0b
commit b0171614c6
4 changed files with 23 additions and 9 deletions

View File

@ -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")