You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Incorrect enchantments are applied after ItemStack building.
Software brand
Paper 1.21.1
PacketEvents 2.6.0
Plugins
no one except mine
How To Reproduce
Build any item using ItemStack.builder()
Set any enchantment to it with components, for example
.component(ComponentTypes.ENCHANTMENTS, ItemEnchantments(mutableMapOf(EnchantmentTypes.FIRE_ASPECT to 1), true))
Check how it looks in the game
Expected behavior
Correct enchantments
Screenshots
Additional context
no
The text was updated successfully, but these errors were encountered:
Describe the bug
Incorrect enchantments are applied after ItemStack building.
Software brand
Paper 1.21.1
PacketEvents 2.6.0
Plugins
no one except mine
How To Reproduce
.component(ComponentTypes.ENCHANTMENTS, ItemEnchantments(mutableMapOf(EnchantmentTypes.FIRE_ASPECT to 1), true))
Expected behavior
Correct enchantments
Screenshots
Additional context
no
The text was updated successfully, but these errors were encountered: