4 lines
104 B
Lua
Raw Normal View History

local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/item_drop.lua")