mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-21 17:20:31 +02:00
7 lines
173 B
Lua
7 lines
173 B
Lua
cavestuff = {}
|
|
|
|
dofile(minetest.get_modpath("cavestuff").."/nodes.lua")
|
|
dofile(minetest.get_modpath("cavestuff").."/mapgen.lua")
|
|
|
|
minetest.log("info", "[cavestuff] loaded")
|