If we do continue with extracting, update the status!

This commit is contained in:
raoulvdberge
2018-06-30 17:25:36 +02:00
parent b231641b1b
commit a908cbdaf0

View File

@@ -134,6 +134,8 @@ public class CraftingExtractor {
// For processing patterns we want to insert all items at once to avoid conflicts with other crafting steps.
if (!processing) {
return;
} else {
updateStatus(processingInventory);
}
}
}