Skip to content

Commit

Permalink
Merge pull request #46 from Joeywp/1.20.1/0.5.1-dev
Browse files Browse the repository at this point in the history
Fixed printer extraction dupe
  • Loading branch information
IThundxr authored Feb 26, 2024
2 parents e9c9ea9 + 607f646 commit a02ef72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public long extract(ItemVariant resource, long maxAmount, TransactionContext tra
return 0;

be.snapshotParticipant.updateSnapshots(transaction);
be.setCopyTarget(ItemStack.EMPTY);
return 1;
}

Expand Down

0 comments on commit a02ef72

Please sign in to comment.