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

Commit

Permalink
ban input bus
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyfts committed Feb 6, 2024
1 parent a9950e7 commit 0b48ed8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ public boolean checkMachine_EM(IGregTechTileEntity aBaseMetaTileEntity, ItemStac
this.eEnergyMulti.clear();
if (structureCheck_EM(MAIN_NAME, 23, 3, 40) && mInputHatches.size() + mDualInputHatches.size() != 0
&& !mOutputHatches.isEmpty()
&& (mEnergyHatches.size() + eEnergyMulti.size()) != 0) {
&& (mEnergyHatches.size() + eEnergyMulti.size()) != 0
&& mInputBusses.isEmpty()) {
fixAllIssue();
return true;
}
Expand Down

0 comments on commit 0b48ed8

Please sign in to comment.