Skip to content

Commit

Permalink
fixed shift click crash in decomposer
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jul 16, 2021
1 parent d43ffc7 commit bb0853e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public ItemStack transferStackInSlot(PlayerEntity playerIn, int sourceSlotIndex)

case INPUT_ZONE:
case FUEL_ZONE:
case EMPTY_BUCKET_ZONE:
successfulTransfer = mergeInto(SlotZone.PLAYER_MAIN_INVENTORY, sourceStack, false) || mergeInto(SlotZone.PLAYER_HOTBAR, sourceStack, false);
break;

Expand Down

0 comments on commit bb0853e

Please sign in to comment.