milo wip
This commit is contained in:
@@ -523,7 +523,7 @@ end
|
||||
local success, msg
|
||||
|
||||
if not fs.exists(DICTIONARY_FILE) or options.setTrash.value then
|
||||
print('Place blocks into the turtles inventor to ignore, such as cobble, stone, gravel, etc.')
|
||||
print('Place blocks into the turtles inventory to ignore, such as cobble, stone, gravel, etc.')
|
||||
print('\nPress enter when ready')
|
||||
read()
|
||||
addTrash()
|
||||
|
||||
@@ -194,7 +194,6 @@ end
|
||||
|
||||
function page:transfer(item, count)
|
||||
local response = self:sendRequest({ request = 'transfer', item = item, count = count })
|
||||
debug(response)
|
||||
if response then
|
||||
item.count = response.current - response.transferred
|
||||
self.grid:draw()
|
||||
|
||||
@@ -188,8 +188,8 @@ function Craft.craftRecipe(recipe, count, inventoryAdapter, origItem)
|
||||
for _, request in pairs(origItem.ingredients) do
|
||||
if request.crafted >= request.count then
|
||||
if request.pending then
|
||||
debug('??')
|
||||
debug(request)
|
||||
_debug('??')
|
||||
_debug(request)
|
||||
end
|
||||
request.status = nil
|
||||
request.statusCode = Craft.STATUS_SUCCESS
|
||||
|
||||
Reference in New Issue
Block a user