7 lines
199 B
Lua
7 lines
199 B
Lua
mcl_throwing = {}
|
|
|
|
dofile(minetest.get_modpath("mcl_throwing").."/arrow.lua")
|
|
dofile(minetest.get_modpath("mcl_throwing").."/bow.lua")
|
|
dofile(minetest.get_modpath("mcl_throwing").."/throwable.lua")
|
|
|