Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Jul 3, 2021
1 parent a2d38c3 commit f56ef90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public void load() {
* Our {@link Container} from {@link MultiBlockMachine}
*
*/
@ParametersAreNonnullByDefault
protected void handleCraftedItem(ItemStack outputItem, Container container) {
Inventory containerInv = container.getInventory();
Inventory outputInv = findOutputInventory(outputItem, container.getBlock(), containerInv);
Expand Down

0 comments on commit f56ef90

Please sign in to comment.