[feature request] sort books/gear by enchantment
rmobis opened this issue ยท 3 comments
I'm wondering if you'd be interested in implementing sorting by enchantment. This would be specially awesome when sorting chests of enchanted books, but could also be useful for enchanted gear.
If that's a feature you'd approve, I'm willing to work on a PR. Just let me know.
Sounds pretty useful to me, feel free to if you've got the time, if not I could.
This is where you'd want to look https://github.com/kyrptonaught/Inventory-Sorter/blob/master/src/main/java/net/kyrptonaught/inventorysorter/SortCases.java
Ok, so I started messing around with the code and I realized sorting enchanted books should already be working, but for some reason it isn't. So I opened #28 to solve that first.