1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-07-03 09:00:22 +02:00
server-nalc/mods/more_chests/init.lua
2014-12-11 18:53:00 +01:00

8 lines
355 B
Lua
Executable File

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")