mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 20:46:59 +01:00
SPIGOT-4233: Fix some missing handled NBT tags
This commit is contained in:
parent
cfc67965f3
commit
200b239819
@ -944,8 +944,10 @@ class CraftMetaItem implements ItemMeta, Damageable, Repairable {
|
||||
UNBREAKABLE.NBT,
|
||||
DAMAGE.NBT,
|
||||
CraftMetaMap.MAP_SCALING.NBT,
|
||||
CraftMetaMap.MAP_ID.NBT,
|
||||
CraftMetaPotion.POTION_EFFECTS.NBT,
|
||||
CraftMetaPotion.DEFAULT_POTION.NBT,
|
||||
CraftMetaPotion.POTION_COLOR.NBT,
|
||||
CraftMetaSkull.SKULL_OWNER.NBT,
|
||||
CraftMetaSkull.SKULL_PROFILE.NBT,
|
||||
CraftMetaSpawnEgg.ENTITY_TAG.NBT,
|
||||
|
Loading…
Reference in New Issue
Block a user