forked from mtcontrib/plantlife_modpack
Imported dryplants and ferns mods and all components of the Undergrowth modpack
This commit is contained in:
12
cavestuff/init.lua
Normal file
12
cavestuff/init.lua
Normal file
@ -0,0 +1,12 @@
|
||||
-----------------------------------------------------------------------------------------------
|
||||
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...")
|
Reference in New Issue
Block a user