throw_things/init.lua
2019-05-03 16:29:35 +02:00

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