milo wip
This commit is contained in:
@@ -43,9 +43,6 @@ if options.resize.value then
|
|||||||
term.current().getSize = mon.getSize
|
term.current().getSize = mon.getSize
|
||||||
end
|
end
|
||||||
|
|
||||||
debug(args)
|
|
||||||
debug(options)
|
|
||||||
|
|
||||||
if options.execute.value then
|
if options.execute.value then
|
||||||
-- TODO: allow args to be passed
|
-- TODO: allow args to be passed
|
||||||
shell.run(options.execute.value) -- unpack(args))
|
shell.run(options.execute.value) -- unpack(args))
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ local page = UI:getPage('listing')
|
|||||||
UI:setPage(page)
|
UI:setPage(page)
|
||||||
page:setFocus(page.statusBar.filter) -- todo: move this line into listing code
|
page:setFocus(page.statusBar.filter) -- todo: move this line into listing code
|
||||||
|
|
||||||
Event.onInterval(500, function()
|
Event.onInterval(5, function()
|
||||||
if not Milo:isCraftingPaused() then
|
if not Milo:isCraftingPaused() then
|
||||||
Milo:resetCraftingStatus()
|
Milo:resetCraftingStatus()
|
||||||
context.inventoryAdapter:refresh()
|
context.inventoryAdapter:refresh()
|
||||||
|
|||||||
Reference in New Issue
Block a user