1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-16 07:05:26 +01:00

initial commit

subgame + mods
This commit is contained in:
Ombridride
2014-10-28 18:01:32 +01:00
parent baab1b3f7c
commit 232b274c55
6451 changed files with 226156 additions and 0 deletions

7
mods/lavatemple/init.lua Executable file
View File

@@ -0,0 +1,7 @@
lavatemple = {}
local MODPATH = minetest.get_modpath("lavatemple")
dofile(MODPATH.."/nodes.lua")
dofile(MODPATH.."/items.lua")
dofile(MODPATH.."/mapgen.lua")
dofile(MODPATH.."/dagger.lua")