Skip to content

Commit

Permalink
Fixes Muffler Hatch mechanics (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
tong-ge authored Oct 21, 2023
1 parent b13ad6a commit cd14b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void clearMachineInventory(NonNullList<ItemStack> itemBuffer) {
public void recoverItemsTable(List<ItemStack> recoveryItems) {
for (ItemStack recoveryItem : recoveryItems) {
if (calculateChance()) {
GTTransferUtils.insertItem(inventory, recoveryItem, false);
GTTransferUtils.insertItem(inventory, recoveryItem.copy(), false);
}
}
}
Expand Down

0 comments on commit cd14b59

Please sign in to comment.