local modname = minetest.get_current_modname() local modpath = minetest.get_modpath(modname) dofile(modpath.."/campsite.lua") dofile(modpath.."/obelisks.lua") dofile(modpath.."/spider_cocoon.lua") dofile(modpath.."/witches_circle.lua")