Refactor mcl_throwing throw function

This commit is contained in:
Wuzzy 2017-02-14 23:18:23 +01:00
parent b057a20b2a
commit 53409bfbec
2 changed files with 19 additions and 10 deletions

View file

@ -1,8 +1,8 @@
mcl_throwing = {}
dofile(minetest.get_modpath("mcl_throwing").."/arrow.lua")
dofile(minetest.get_modpath("mcl_throwing").."/throwable.lua")
mcl_throwing = {}
local arrows = {
["mcl_throwing:arrow"] = "mcl_throwing:arrow_entity",
}