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

Commit

Permalink
Stop maintenance issues cropping up on fuel refinery. (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffle authored Oct 10, 2023
1 parent babb497 commit 4a204b9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ public void onFirstTick_EM(IGregTechTileEntity aBaseMetaTileEntity) {
if (!hasMaintenanceChecks) turnOffMaintenance();
}

@Override
public boolean doRandomMaintenanceDamage() {
return true;
}

@Override
public void construct(ItemStack itemStack, boolean hintsOnly) {
structureBuild_EM(mName, 7, 12, 1, itemStack, hintsOnly);
Expand Down

0 comments on commit 4a204b9

Please sign in to comment.