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