MineClone2/mods/MAPGEN/vl_extra_structures/init.lua

11 lines
345 B
Lua

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