Fix map colour not being marked as a handled tag

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2021-12-30 10:14:08 +11:00
parent 1eaf82a627
commit 751a5601b8

View file

@ -1384,6 +1384,7 @@ class CraftMetaItem implements ItemMeta, Damageable, Repairable, BlockDataMeta {
ATTRIBUTES_UUID_LOW.NBT,
ATTRIBUTES_SLOT.NBT,
CraftMetaMap.MAP_SCALING.NBT,
CraftMetaMap.MAP_COLOR.NBT,
CraftMetaMap.MAP_ID.NBT,
CraftMetaPotion.POTION_EFFECTS.NBT,
CraftMetaPotion.DEFAULT_POTION.NBT,