MineClone5/mods/MAPGEN/mcl_structures/structures.lua

6 lines
171 B
Lua
Raw Normal View History

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