aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/net/glease/ggfab/mte/MTE_AdvAssLine.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/net/glease/ggfab/mte/MTE_AdvAssLine.java b/src/main/java/net/glease/ggfab/mte/MTE_AdvAssLine.java
index be0446c8ad..3bc891e572 100644
--- a/src/main/java/net/glease/ggfab/mte/MTE_AdvAssLine.java
+++ b/src/main/java/net/glease/ggfab/mte/MTE_AdvAssLine.java
@@ -378,14 +378,13 @@ public class MTE_AdvAssLine extends GT_MetaTileEntity_ExtendedPowerMultiBlockBas
currentRecipe = recipe;
currentStick = stick;
currentInputLength = recipe.mInputs.length;
- // Reset parallel, we need to re-check on next recipe check to see if there are enough items in the first slice
- currentRecipeParallel = 1;
}
private void clearCurrentRecipe() {
currentRecipe = null;
currentStick = null;
currentInputLength = -1;
+ currentRecipeParallel = 1;
stuck = false;
baseEUt = 0;
for (Slice slice : slices) {