local function include (filename) local modname = minetest.get_current_modname() local path = minetest.get_modpath(modname) return dofile(path .. "/" .. filename .. ".lua") end include("fabric")