mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-17 08:31:08 +01:00
7 lines
237 B
Lua
7 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")
|