plantlife_modpack/cavestuff/init.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")