Inventory Sorter

Inventory Sorter

52M Downloads

Whitelist some heterogeneous containers.

Naturaspell opened this issue ยท 1 comments

commented

Hi.
It sounds like Inventory Sorter ignores containers using different slot classes, am I right?

Would it be possible to add an API or IMC to whitelist some containers (since I need it for my mod Filtered Chests)? Hopefully it wouldn't break Inventory Sorter.
As far as I know there's no issue between my mod and other sorting mods, so I think it should be fine with Inventory Sorter too.

Thank you.

inventorysorter-1.18-19.0.0

commented

Yes, this is by design. Heterogeneous containers with different slot types break the simple sorting algorithm I use. I don't want to complicate it by trying to support multiple slot types in a single container.