2014-08-12 21:08:11 +02:00
|
|
|
-----------------------------------------------------------------------------------------------
|
|
|
|
local title = "Cave Stuff"
|
|
|
|
local version = "0.0.3"
|
|
|
|
local mname = "cavestuff"
|
|
|
|
-----------------------------------------------------------------------------------------------
|
|
|
|
|
2017-08-03 15:02:56 +02:00
|
|
|
-- support for i18n
|
|
|
|
local S = plantlife_i18n.gettext
|
|
|
|
|
2014-08-12 21:08:11 +02:00
|
|
|
dofile(minetest.get_modpath("cavestuff").."/nodes.lua")
|
|
|
|
dofile(minetest.get_modpath("cavestuff").."/mapgen.lua")
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
|