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

Commit

Permalink
damn animation
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleFish committed Mar 19, 2024
1 parent 925f03f commit 6251d2b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,9 @@ public void onPostTick(IGregTechTileEntity aBaseMetaTileEntity, long aTick) {
if (this.maxProgresstime() > 0 || this.getBaseMetaTileEntity().hasWorkJustBeenEnabled()) {
enableAllTurbineHatches();
}
if (this.maxProgresstime() <= 0) {
stopMachine(ShutDownReasonRegistry.NONE);
}
}
}

Expand Down

0 comments on commit 6251d2b

Please sign in to comment.