plantlife_modpack/cavestuff/init.lua

13 lines
568 B
Lua
Raw Permalink Normal View History

-----------------------------------------------------------------------------------------------
local title = "Cave Stuff"
local version = "0.0.3"
local mname = "cavestuff"
-----------------------------------------------------------------------------------------------
dofile(minetest.get_modpath("cavestuff").."/nodes.lua")
dofile(minetest.get_modpath("cavestuff").."/mapgen.lua")
-----------------------------------------------------------------------------------------------
2018-09-08 14:54:14 +02:00
minetest.log("action", "[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")