mojira.dev
MC-166971

Armor stand held item

Setup:
place down a command block set to repeating and always active with command:

data merge entity @e[ limit= 1, sort= nearest, type= armor_stand] { ShowArms: 1b, HandItems: [{ id: "minecraft:blue_dye", Count: 1b, tag: { dummy: 1b, display: { Name: '{ "text": "dummy"}'}}},{}]}

place down another command block set to repeating and always active with command:

clear @a minecraft:blue_dye{ dummy: 1b}

set keepInventory to true (this makes the bug more consistent)
kill the player

try to grab the item from the armor_stand

The first time after a death, this makes a ghost item in the player's inventory that disappears after either opening the inventory or clicking on the item in inventory.

The armor stand will still be holding an item (you can check it's data with commands), but the item will not display. Killing the player makes the item held by the armor stand display again.

Comments 3

Thank you for your report!
However, this issue is a Duplicate of MC-29318.

If you would like to add a vote and any extra information to the main ticket it would be appreciated.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki

The issue specifically with the armor stand not rendering the item does not occur in 1.14.4
These issues appear to be linked but they don't seem to be duplicates since my issue has only started happening after the 1.15 snapshots

no longer occurs in 1.15 Pre-release 4

Jello

(Unassigned)

Unconfirmed

(Unassigned)

1.15 Pre-release 3

Retrieved