milo bugfixes + enderchest app

This commit is contained in:
kepler155c@gmail.com
2019-01-02 23:57:06 -05:00
parent 859977f75c
commit 00e698eb18
6 changed files with 92 additions and 12 deletions

View File

@@ -128,6 +128,8 @@ function Storage:initStorage()
os.queueEvent(self.storageOnline and 'storage_online' or 'storage_offline', online)
_G._debug('Storage: %s', self.storageOnline and 'online' or 'offline')
end
self:listItems()
end
function Storage:saveConfiguration()