mirror of
https://github.com/minetest-mods/more_chests.git
synced 2024-11-15 06:40:33 +01:00
8 lines
361 B
Lua
8 lines
361 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")
|
|
|
|
dofile(minetest.get_modpath("more_chests").."/utils/aliases.lua")
|