Refactor mcl_throwing throw function
This commit is contained in:
parent
b057a20b2a
commit
53409bfbec
2 changed files with 19 additions and 10 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue