Skip to content

Commit

Permalink
Make steam miners also break miner pipe when broken (#2776)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-a-GiTHuB-a-a authored Jan 28, 2025
1 parent 63d8c72 commit 37c19e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ protected NotifiableItemStackHandler createExportItemHandler(@SuppressWarnings("

@Override
public void onMachineRemoved() {
getRecipeLogic().onRemove();
clearInventory(exportItems.storage);
}

Expand Down

0 comments on commit 37c19e4

Please sign in to comment.