2020-05-03 16:06:22 +02:00
|
|
|
dofile(minetest.get_modpath("more_chests").."/models/cobble.lua")
|
|
|
|
dofile(minetest.get_modpath("more_chests").."/models/dropbox.lua")
|
2020-05-03 16:06:53 +02:00
|
|
|
dofile(minetest.get_modpath("more_chests").."/models/fridge.lua")
|
2020-05-03 16:06:22 +02:00
|
|
|
dofile(minetest.get_modpath("more_chests").."/models/secret.lua")
|
|
|
|
dofile(minetest.get_modpath("more_chests").."/models/shared.lua")
|
2020-05-03 16:07:16 +02:00
|
|
|
dofile(minetest.get_modpath("more_chests").."/models/toolbox.lua")
|
2020-05-03 16:06:22 +02:00
|
|
|
dofile(minetest.get_modpath("more_chests").."/models/wifi.lua")
|
2014-06-11 06:37:20 +02:00
|
|
|
|
2020-05-03 15:29:05 +02:00
|
|
|
dofile(minetest.get_modpath("more_chests").."/utils/aliases.lua")
|
2020-05-03 16:08:02 +02:00
|
|
|
|
|
|
|
print ("[MOD] more_chests loaded")
|