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

Commit

Permalink
Attempt to fix mega distill tower structure check
Browse files Browse the repository at this point in the history
  • Loading branch information
oier-namespace-std committed Feb 29, 2024
1 parent 852c569 commit 36cc2d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public boolean checkMachine(IGregTechTileEntity aBaseMetaTileEntity, ItemStack a

// validate final invariants...
return this.mCasing >= 75 * this.mHeight + 10 && this.mHeight >= 2
&& this.checkPiece(STRUCTURE_PIECE_TOP_HINT, 7, this.mHeight * 5, 0)
&& this.mTopLayerFound
&& this.mMaintenanceHatches.size() == 1;
}
Expand Down

0 comments on commit 36cc2d1

Please sign in to comment.