-
Bug
-
Resolution: Duplicate
-
None
-
1.21.1
-
Java: 21.0.3
Minecraft 1.21.1 (1.21.1/vanilla)
OS: Windows
-
Unconfirmed
-
Creative
-
(Unassigned)
When the Decorated Pot is copied from the world (as a block with the pick block key (middle click by default) to the hand in creative mode, the pot in the hand will contain the contents that were in it the last time any Decorated Pot was copied with the pick block key from the world.
How to reproduce:
- Place a Decorated Pot and put a few items in it
- Pick the Decorated Pot in creative mode with the pick block button (middle click by default, you will notice that the pot appears in a different slot)
- Run the following Command to check the content:
/data get entity @s SelectedItem
Expected Behavior:
The output is:
<Player> has the following entity data: {count: 1, id: "minecraft:decorated_pot"}
Observed Behavior:
The output is (with 4 potatoes and inventory slot 0 as example):
<Player> has the following entity data: {components: {"minecraft:container": [{item: {count: 4, id: "minecraft:potato"}, slot: 0}]}, count: 1, id: "minecraft:decorated_pot"}
This bug is very similar to MC-273960. (Perhaps it was created as a result of the bug fix)
- duplicates
-
MC-276517 Picking a empty Decorated Pot in Creative copies NBT-Data
- Resolved