Fix map colour not being marked as a handled tag

This commit is contained in:
md_5 2021-12-30 10:14:08 +11:00
parent eea8d55965
commit b8a25cbd20
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

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,