mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-10 01:33:50 +01:00
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")
|
|
|