Skip to content

Commit

Permalink
Merge remote-tracking branch 'reobf/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Feb 5, 2025
2 parents 3e49e11 + ae02190 commit 93057f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1732,6 +1732,8 @@ public void updateSlots() {
}

protected void startRecipeProcessing() {
mDualInputHatches.removeIf(mte -> mte == null || !((MetaTileEntity) mte).isValid());

for (MTEHatchInputBus hatch : validMTEList(mInputBusses)) {
if (hatch instanceof IRecipeProcessingAwareHatch aware) {
aware.startRecipeProcessing();
Expand Down

0 comments on commit 93057f9

Please sign in to comment.