-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
1.14.4-RO.1-SNAPSHOT
-
recipmanager
-
Yes
item meta hasLocalizedName, getLocalizedName and setLocalizedName
is outdated
the item will generate/get/set {display:{LocName:'
{"text":"block.minecraft.iron_ore"}'}}
which LocName was remove in 1.13 and change to translate
the correct one would be {display:Name:'
'}
(in the picture I attached use meta.setLocalizedName, the second picture is vanilla NBT that work)
- duplicates
-
SPIGOT-4672 Serialization and de-serialization of items with a localised/translatable display name (e.g. Explorer Maps) result in items with static display name
- Resolved