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

Commit

Permalink
Added start and end processing calls like in the regulat MB base clas…
Browse files Browse the repository at this point in the history
…s, which will properly update the stocking input bus
  • Loading branch information
minecraft7771 committed Sep 24, 2022
1 parent 71b0c88 commit ad81262
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 ad81262

Please sign in to comment.