-
Bug
-
Resolution: Duplicate
-
None
-
1.21.3, 24w45a
-
None
-
Unconfirmed
-
(Unassigned)
The contents of an item_name component are never visible on potions, because they are always overridden by "(Splash / Lingering) Uncraftable Potion", when the item_name component should only be overridden by a minecraft:potion_contents, minecraft:custom_name, or minecraft:written_book_content component.
Steps to Reproduce:
1. Give yourself a potion with an item_name component
/give @s lingering_potion[minecraft:item_name=f]
Observed Results:
The name of the item is "Lingering Uncraftable Potion"
Expected Results:
To have a potion with the name "f"
Screenshots/Videos:
Result in versions 24w36a and above:
Result in version 24w35a:
- duplicates
-
MC-277845 When using the item component "item_name" for items that can use customizable models (custom potions, shields, etc.), the item name is not reflected.
- Resolved