forked from minetest-mods/more_chests
7 lines
295 B
Lua
7 lines
295 B
Lua
|
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")
|
||
|
|