mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 09:50:27 +01:00
13 lines
551 B
Lua
13 lines
551 B
Lua
-----------------------------------------------------------------------------------------------
|
|
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")
|
|
|
|
-----------------------------------------------------------------------------------------------
|
|
|
|
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
|