All of Fabric 3 - AOF3 - 1.16.5

All of Fabric 3 - AOF3 - 1.16.5

1M Downloads

Dank middle click sort

Manw1ch opened this issue ยท 1 comments

commented

When using the middle click sort function on a dank it will delete items in stacks of over 64 if there are multiple of the same item.
before
After

commented

What you need to do is edit your config/inventorysorter/blacklist.json to look like this

{
	// Inventories that should not be sorted
	"blacklistedInventories": [
		"tfar.dankstorage.client.screens.DockScreen",
		"tfar.dankstorage.client.screens.PortableDankStorageScreen"
	]
}

Middle-click to sort will function normally after that.