-
Bug
-
Resolution: Duplicate
-
None
-
1.18.2, 1.19.3, 23w06a
-
None
-
Confirmed
-
(Unassigned)
How to reproduce
- Use raw JSON text to name a mob. For Example:
/summon minecraft:creeper ~ ~ ~ {CustomName:'{"text":"E.G.","hoverEvent":{"action":"show_text","contents":{"text":"TEXT FOR E.G."}}}'}
→ You can see nothing happens when the mouse hovers over the summoned message and killed message. Only named text and mob info.
- Do the same thing in naming item. For Example:
/give @a minecraft:diamond_axe{display:{Name:'{"text":"E.G.","hoverEvent":{"action":"show_text","contents":{"text":"TEXT FOR E.G."}}}'}}
→ You can see the edited info when the mouse hovers over the message. Not the item info.
- duplicates
-
MC-129718 Hover events are removed from an entity's name when showing it in chat
- Reopened