This commit is contained in:
kepler155c
2018-10-24 19:12:03 -04:00
parent 55653aa494
commit 3687df3d36
11 changed files with 333 additions and 38 deletions

View File

@@ -4,7 +4,6 @@ local itemDB = require('itemDB')
local Util = require('util')
local os = _G.os
local term = _G.term
local turtle = _G.turtle
local Milo = {
@@ -81,12 +80,7 @@ function Milo:registerTask(task)
end
function Milo:showError(msg)
--term.clear()
self.context.jobList:showError(msg)
--print(msg)
--print('rebooting in 5 secs')
--os.sleep(5)
--os.reboot()
end
function Milo:getItem(items, inItem, ignoreDamage, ignoreNbtHash)