mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-14 14:30:34 +01:00
2e895a7790
Pas mal de changement n’ont pas été pushé sur le github du serveur, voici l’occasion de faire une bonne synchronisation :)
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...")
|