
ExtractEnchantments uses 2 books when provided with 2 books
copygirl opened this issue ยท 0 comments
Versions
- Minecraft
1.6.5
- Forge
36.0.40
- Charm
2.3.2
Description
When disenchanting an item on the grindstone and placing in exactly 2 books, it will consume both books.
This is likely due to this code running in addition to the code shrinking the stack size by 1. I think they can simply be removed as an item stack that is reduced to 0 items is functionally equivalent to ItemStack.EMPTY
.