mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-05 07:41:06 +01:00
6 lines
199 B
Lua
6 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")
|
|
|