Incompatibility with Botania flower bag
williewillus opened this issue ยท 2 comments
In Botania we have a flower pouch which restricts each slot to a certain kind of flower. Here is the code:
In 1.18, sorting the flower pouch should do nothing as each item can only live in one possible slot, but it instead deletes every stack from the pouch. I don't see what else I could be doing on my side to signal that an item can't go in a slot, so it seems like an Inventory Sorter bug. See VazkiiMods/Botania#4068