Java Pick Block Parity Break
Java Edition "pick block" works like so. Each bullet point is attempted, and subsequent bullet points are only attempted if prior ones failed (i.e. don't do behavior #3 if #2 already succeeded)
- If the picked item is already in the hotbar, switch to it.
- If the picked item is in the inventory, move it to the first empty slot on the hotbar after the selected slot and switch to it. If the hotbar is full, swap the held item with the picked item.
- If the player is in creative mode, create the picked item, add it to the first empty slot on the hotbar after the selected slot, and switch to it. If the hotbar is full, move the held item to the inventory.
Bedrock Edition "pick block" simply overwrites the held item with the picked item, and doesn't work in survival (this is covered in MCPE-12456).
EDIT: As of 1.2.10, point #1 has been implemented, but only in creative mode.
Linked Issues
is duplicated by1
Created Issue:
Java Pick Block Parity Break
Java Edition "pick block" works like so:
- If the picked item is already in the hotbar, switch to it.
- If the picked item is in the inventory, move it to the first empty slot on the hotbar after the selected slot and switch to it. If the hotbar is full, swap the held item with the picked item.
- If the player is in creative mode, create the picked item, add it to the first empty slot on the hotbar after the selected slot, and switch to it. If the hotbar is full, swap the held item with the picked item.
- Unresolved
- Open
- Unconfirmed
- Windows
- Windows 10
- 1.2.9.1
Java Edition "pick block" works like so:
- If the picked item is already in the hotbar, switch to it.
- If the picked item is in the inventory, move it to the first empty slot on the hotbar after the selected slot and switch to it. If the hotbar is full, swap the held item with the picked item.
- If the player is in creative mode, create the picked item, add it to the first empty slot on the hotbar after the selected slot, and switch to it. If the hotbar is full, swap the held item with the picked item.
Bedrock Edition "pick block" simply overwrites the held item with the picked item, and doesn't work in survival (this is covered in
MCPE-12456).
Java Edition "pick block" works like so:
- If the picked item is already in the hotbar, switch to it.
- If the picked item is in the inventory, move it to the first empty slot on the hotbar after the selected slot and switch to it. If the hotbar is full, swap the held item with the picked item.
- If the player is in creative mode, create the picked item, add it to the first empty slot on the hotbar after the selected slot, and switch to it. If the hotbar is full,
swapthe held itemwiththepicked item.Bedrock Edition "pick block" simply overwrites the held item with the picked item, and doesn't work in survival (this is covered in
MCPE-12456).Java Edition "pick block" works like so:
- If the picked item is already in the hotbar, switch to it.
- If the picked item is in the inventory, move it to the first empty slot on the hotbar after the selected slot and switch to it. If the hotbar is full, swap the held item with the picked item.
- If the player is in creative mode, create the picked item, add it to the first empty slot on the hotbar after the selected slot, and switch to it. If the hotbar is full, move the held item to the inventory.
Bedrock Edition "pick block" simply overwrites the held item with the picked item, and doesn't work in survival (this is covered in
MCPE-12456).
Java Edition "pick block" works like so:
- If the picked item is already in the hotbar, switch to it.
- If the picked item is in the inventory, move it to the first empty slot on the hotbar after the selected slot and switch to it. If the hotbar is full, swap the held item with the picked item.
- If the player is in creative mode, create the picked item, add it to the first empty slot on the hotbar after the selected slot, and switch to it. If the hotbar is full, move the held item to the inventory.
Bedrock Edition "pick block" simply overwrites the held item with the picked item, and doesn't work in survival (this is covered in
MCPE-12456).Java Edition "pick block" works like so. Each bullet point is attempted, and subsequent bullet points are only attempted if prior ones failed (i.e. don't do behavior #3 if #2 already succeeded)
- If the picked item is already in the hotbar, switch to it.
- If the picked item is in the inventory, move it to the first empty slot on the hotbar after the selected slot and switch to it. If the hotbar is full, swap the held item with the picked item.
- If the player is in creative mode, create the picked item, add it to the first empty slot on the hotbar after the selected slot, and switch to it. If the hotbar is full, move the held item to the inventory.
Bedrock Edition "pick block" simply overwrites the held item with the picked item, and doesn't work in survival (this is covered in
MCPE-12456).
relates to
Java Edition "pick block" works like so. Each bullet point is attempted, and subsequent bullet points are only attempted if prior ones failed (i.e. don't do behavior #3 if #2 already succeeded)
- If the picked item is already in the hotbar, switch to it.
- If the picked item is in the inventory, move it to the first empty slot on the hotbar after the selected slot and switch to it. If the hotbar is full, swap the held item with the picked item.
- If the player is in creative mode, create the picked item, add it to the first empty slot on the hotbar after the selected slot, and switch to it. If the hotbar is full, move the held item to the inventory.
Bedrock Edition "pick block" simply overwrites the held item with the picked item, and doesn't work in survival (this is covered in
MCPE-12456).EDIT: As of 1.2.10, point #1 has been implemented, but only in creative mode.
relates to
is duplicated by
relates to
Thank you for your report!
However, this issue has been closed as a Duplicate of MCPE-30278.
Your additional information and observations are very useful, so if you can add them to the comments section of the parent issue it would be appreciated.
If you have not, you might like to make use of the search feature before making a new ticket, as it's likely that the issue has been reported already.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Feedback – 📖 Game Wiki
Mostly fixed in 1.2.10.1 - the remaining difference is that it doesn't pull an existing item out of your inventory, but gives you a new single item instead.
In 1.2.13, newly created items appear to be created in the first available slot in the hotbar, instead of the first available slot after/including the currently selected slot.
Example 1:
Empty hotbar with the center slot selected. Pick block on grass.
Expected behavior: Grass appears in center slot.
Actual behavior: Grass appears in first slot and is selected.
Example 2:
Hotbar with one sand block selected in the center slot. Pick block on grass.
Expected behavior: Grass appears to the right of the center and is selected.
Actual behavior: Grass appears in first slot and is selected.
1.5 does very well at addressing this issue! However it is not fully fixed given my comment above
I'll make a new ticket for that, since this is essentially done. Many thanks