mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 23:10:16 +01:00
SPIGOT-4233: Fix some missing handled NBT tags
This commit is contained in:
parent
cfc67965f3
commit
200b239819
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue