mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 19:07:40 +01:00
Fix ItemStack.isSimilar(CraftItemStack) when HideFlags are set.
This commit is contained in:
parent
b105298f2e
commit
bf4818b94a
@ -799,6 +799,7 @@ class CraftMetaItem implements ItemMeta, Repairable {
|
||||
DISPLAY.NBT,
|
||||
REPAIR.NBT,
|
||||
ENCHANTMENTS.NBT,
|
||||
HIDEFLAGS.NBT,
|
||||
CraftMetaMap.MAP_SCALING.NBT,
|
||||
CraftMetaPotion.POTION_EFFECTS.NBT,
|
||||
CraftMetaSkull.SKULL_OWNER.NBT,
|
||||
|
Loading…
Reference in New Issue
Block a user