mirror of
https://github.com/minetest-mods/more_chests.git
synced 2025-06-30 22:30:23 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
14
init.lua
14
init.lua
@ -1,8 +1,10 @@
|
||||
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")
|
||||
dofile(minetest.get_modpath("more_chests").."/models/cobble.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/models/dropbox.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/models/fridge.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/models/secret.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/models/shared.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/models/toolbox.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/models/wifi.lua")
|
||||
dofile(minetest.get_modpath("more_chests").."/utils/aliases.lua")
|
||||
|
||||
minetest.log("action", "[more_chests] loaded.")
|
||||
|
Reference in New Issue
Block a user