Inventory Sorting

Inventory Sorting

12M Downloads

Sorting a dank with multiple oversized stacks reduces one of the stacks to 64 items

yorii opened this issue ยท 4 comments

commented

Using:
InventorySorter-1.8.4-1.18
dankstorage-1.18.1-3.5.4

To reproduce:
Fill a dank with two stacks of the same item, where both stacks have more than 64 items.
Press the autosort button.
One stack will retain its original size, the other stack will be reduced to 64 items.

commented

Duplicate issue posted to dank storage github: Tfarcenim/Dank-Storage#158

commented

Ah so it's already a well-known and documented issue I gather then, thanks for the quick reply!

commented

This is the proper fabric repo:
https://github.com/Tfarcenim/DankStorageFabric

Inventory sorter does not have size 64 slots hardcoded anywhere, it uses stack.maxCount. I'm assuming though that this is not how dank increases the size.

They do have this listed on their curseforge page, so I'm assuming it's known that sorters don't work well with this.

WARNING: Do NOT use any other mod's autosorter(such as Inventory Tweaks) as it will not work properly with the the slots and may even delete items. It would be a good idea to blacklist these slots in the config file.

commented

Thank you for the report anyway!

I would like to implement a feature to have inventory sorter download a list of blacklisted inventories. To help fix issues like this.

I'm thinking soemthing along the lines of a txt file hosted somewhere(maybe GitHub?) that just contains a blacklist. The url could be customized for pack owners to use their own. Maybe an optional auto download on game launch feature too, off by default?