local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
dofile(modpath .. "/desert_temple.lua")
dofile(modpath .. "/stronghold.lua")