mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-22 01:25:31 +01:00
initial commit
subgame + mods
This commit is contained in:
7
mods/more_chests/init.lua
Executable file
7
mods/more_chests/init.lua
Executable file
@@ -0,0 +1,7 @@
|
||||
dofile(minetest.get_modpath("more_chests").."/cobble.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/dropbox.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/secret.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/shared.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/wifi.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/aliases.lua")
|
||||
|
||||
Reference in New Issue
Block a user