The bug
The BlockEntityTag
tag for items should be used when an block and its NBT data is copied using Ctrl
+ Middle mouse button
.
Additionally the copied block gets the Lore
: "+NBT"
This is not the case for skulls, they get the NBT data only for their SkullOwner
tag. This is problematic because it is inconsistent and also prevents tags added to the skull block in the future to be copied.
How to reproduce
Use this command and place the skull
/give @p minecraft:player_head{SkullOwner:"Notch"} 1
Copy the skull with its NBT data
→ ❌ The copied skull has no "+NBT"Lore
Attachments
Comments 14
Regression of MC-48881?
No, @unknown this is purly about the lore of the item not saying +NBT
@unknown that means it has the nbt data in the skull, but normally with control+pick block it also adds the lore +NBT which makes this inconsistant
Doesn't regular pick block also preserve player data?