You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the latest versions of Minecraft 1.20.5-1.21, Mojang has added new features and now tags are replaced by components. A new component has been added to items the "item_name" now allows to give the real name of the item without it being able to be replaced.
https://minecraft.wiki/w/Data_component_format
See : "item_name"
"The default name of this item, as a JSON text component. See Raw JSON text format. Unlike the custom_name component, this name cannot be changed through an anvil, and does not show in some labels, such as banner markers and item frames."
How should it be implemented?
Like the actual Item Name, if you want you can add two components item_name and custom_name.
Additional context
Checklist:
I made sure there are no duplicates of my suggestion (Use search)
I made sure my suggestion is useful for the majority of HeadDatabase-API users
The text was updated successfully, but these errors were encountered:
HeadDatabase-API Feature Suggestion:
Since the latest versions of Minecraft 1.20.5-1.21, Mojang has added new features and now tags are replaced by components. A new component has been added to items the "item_name" now allows to give the real name of the item without it being able to be replaced.
https://minecraft.wiki/w/Data_component_format
See : "item_name"
"The default name of this item, as a JSON text component. See Raw JSON text format. Unlike the custom_name component, this name cannot be changed through an anvil, and does not show in some labels, such as banner markers and item frames."
How should it be implemented?
Like the actual Item Name, if you want you can add two components item_name and custom_name.
Additional context
Checklist:
The text was updated successfully, but these errors were encountered: