Skip to content

Commit

Permalink
Fixed printer extraction dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeywp authored Feb 26, 2024
1 parent e9c9ea9 commit 607f646
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 607f646

Please sign in to comment.