Mixing custom enchants on anvil
Takivad11 opened this issue ยท 1 comments
- This issue is not solved in a development build
Describe the bug
I made a custom enchantment with 4 levels, and let's say i want to mix in a anvil 2 leggings with Enchantment level 2, which would return a enchantment level 3, and it is doing it, and protocollib acually displays the enchant name, but it also displays the enchant BEFORE mixing, so in the example i said, it would be something like
Before mixing
- Leggings: Ender Safety II
After Mixing
- Leggings: Ender Safety III
Ender Safety II
To Reproduce
Steps to reproduce the behavior:
- Make a custom enchantment with more than 1 level
- Pick up 2 books/pieces of armot/weapon of that same enchant level
- Mix them in a anvil
- See error
Expected behavior
Before mixing
- Leggings: Ender Safety II
After Mixing
- Leggings: Ender Safety III
Version Info
https://pastebin.com/phx30JGv
Additional context