Skip to content

Commit 3b1ee91

Browse files
fix (steam) multiblocks not resetting progress on powerfail (#4181)
1 parent f80cbed commit 3b1ee91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/gregtechceu/gtceu/api/machine/trait/RecipeLogic.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ public void handleRecipeWorking() {
296296
if (machine.self() instanceof IMultiController && !preventPowerFail) {
297297
runAttempt = 0;
298298
setStatus(Status.SUSPEND);
299+
regressRecipe();
299300
}
300301
}
301302
runDelay = runAttempt * 60;

0 commit comments

Comments
 (0)