VoxeLibre/mods/MAPGEN/vl_extra_structures/init.lua

8 lines
237 B
Lua
Raw Normal View History

2024-10-31 00:52:41 +01:00
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")