-- 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')