1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-20 00:30:30 +02:00
Files
plantlife_modpack/cavestuff/init.lua
2018-09-08 14:54:14 +02:00

13 lines
568 B
Lua
Executable File

-----------------------------------------------------------------------------------------------
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")
-----------------------------------------------------------------------------------------------
minetest.log("action", "[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")