2020-10-08 11:17:51 +02:00
|
|
|
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")
|
2014-06-11 01:37:20 -03:00
|
|
|
|
2018-12-31 16:49:50 +01:00
|
|
|
minetest.log("action", "[more_chests] loaded.")
|