package manager + tweaks to milo

This commit is contained in:
kepler155c
2018-11-06 16:21:31 -05:00
parent d113b1da1a
commit 01452ced72
9 changed files with 117 additions and 63 deletions

View File

@@ -69,7 +69,7 @@ local context = {
_G._p = context --debug
Event.on('storage_offline', function()
Milo:showError('A storage chest has gone offline, ctrl-l to continue')
Milo:showError('A storage chest has gone offline - See configuration screen')
end)
Milo:init(context)
@@ -99,8 +99,7 @@ end
Milo:clearGrid()
local page = UI:getPage('listing')
UI:setPage(page)
UI:setPage(UI:getPage('listing'))
Event.on('milo_cycle', function()
if not context.turtleBusy then