Skip to content

Commit

Permalink
address reviewed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PrototypeTrousers committed Jun 6, 2021
1 parent 26f46d0 commit d06b14d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected int getMachineTierForRecipe(Recipe recipe) {

@Override
protected IItemHandlerModifiable createExportItemHandler() {
return new NotifiableItemStackHandler(outputAmount,this,true);
return new NotifiableItemStackHandler(outputAmount, this, true);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ protected void trySearchNewRecipe() {
setupRecipe(currentRecipe);
// Inputs have been inspected.
metaTileEntity.getNotifiedItemInputList().clear();
metaTileEntity.getNotifiedFluidOutputList().clear();
}

@Override
Expand Down

0 comments on commit d06b14d

Please sign in to comment.