-
Bug
-
Resolution: Duplicate
-
None
-
24w14a
-
None
-
Java 21
-
Unconfirmed
-
(Unassigned)
When using NBT pick block it does not grab the new data from a block if it has pre-existing data
How to reproduce
- Place a command block down and enter `say t` into it
- Use pick block on the `say t` command block and place it down
- Change the `say t` of this newly placed command block to `say c`
- Use pick block on this `say c` command block
- Place it down, and observe that it still says `say t` even though we just changed it to 'say c'
Expected results
When you grab a block with NBT pick block it should have the data of the block you selected
- duplicates
-
MC-270413 A nbt copy of a block is ABSOLUTELY the same as the first nbt copy of the original and n (+nbt) display for tooltip of (a copy of)×n a block have an "Items" block data
- Resolved