2017-02-14 22:18:23 +00:00
|
|
|
mcl_throwing = {}
|
|
|
|
|
2017-01-16 22:11:04 +00:00
|
|
|
dofile(minetest.get_modpath("mcl_throwing").."/arrow.lua")
|
2018-05-07 13:29:17 +00:00
|
|
|
dofile(minetest.get_modpath("mcl_throwing").."/bow.lua")
|
2017-01-16 22:11:04 +00:00
|
|
|
dofile(minetest.get_modpath("mcl_throwing").."/throwable.lua")
|
2015-06-29 17:55:56 +00:00
|
|
|
|