mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-10 10:37:29 +01:00
8 lines
237 B
Lua
8 lines
237 B
Lua
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")
|