1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-21 17:20:31 +02:00
Files
plantlife_modpack/cavestuff/init.lua
2023-07-10 18:49:34 +02:00

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")