1.7.10 compatibility
This commit is contained in:
@@ -451,6 +451,9 @@ local function craftItems(craftList, allItems)
|
||||
if controllerAdapter:isCrafting(item) then
|
||||
item.status = '(crafting)'
|
||||
item.statusCode = STATUS_INFO
|
||||
elseif not controllerAdapter:isCPUAvailable() then
|
||||
item.status = '(waiting)'
|
||||
item.statusCode = STATUS_WARNING
|
||||
else
|
||||
local count = item.count
|
||||
item.crafted = 0
|
||||
|
||||
Reference in New Issue
Block a user