Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
fix machine not shut down when no enough startup power
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleFish committed Mar 7, 2024
1 parent f9d58f5 commit 3ed6dcc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) {
< this.mLastRecipe.mSpecialValue + this.lEUt) {
mMaxProgresstime = 0;
turnCasingActive(false);
criticalStopMachine();
}
getBaseMetaTileEntity().decreaseStoredEnergyUnits(
this.mLastRecipe.mSpecialValue + this.lEUt,
Expand Down

0 comments on commit 3ed6dcc

Please sign in to comment.