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

Commit

Permalink
Merge pull request #99 from minecraft7771/MEInputBusDupeFix
Browse files Browse the repository at this point in the history
Fix ME Stocking input bus dupe fix for all TT based MBs
  • Loading branch information
Connor-Colenso authored Sep 24, 2022
2 parents 71b0c88 + ad81262 commit dd2a737
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,9 @@ public final boolean checkMachine(IGregTechTileEntity iGregTechTileEntity, ItemS
@Override
public final boolean checkRecipe(ItemStack itemStack) { // do recipe checks, based on "machine content and state"
hatchesStatusUpdate_EM();
startRecipeProcessing();
boolean result = checkRecipe_EM(itemStack); // if had no - set default params
endRecipeProcessing();
hatchesStatusUpdate_EM();
return result;
}
Expand Down

0 comments on commit dd2a737

Please sign in to comment.