throw_things/init.lua

15 lines
288 B
Lua

-- Allow throwing some default objects
--
local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
if not ( throwing and throwing.spawn_arrow_entity ) then return end
dofile(modpath..'/torch_override.lua')
--~ dofile(modpath..'/bow_light.lua')