Change the ItemStack in the CountedItemStackList Constructor #6992
Labels
status: fixed in next release
Issue will be fixed in the next release
type: bug
Issue where something isn't working
Currently the Display Link does not work with mods that increase the stack size in chests like Sophisticated Storage.
To get the right number of items the extractItem value could be changed to use the inventory.getStackInSlot(slot); method as this one does not check the max stack size of the item. This has worked for me but I am not sure if there is a reason to use inventory.extractItem(slot, inventory.getSlotLimit(slot), true).
The text was updated successfully, but these errors were encountered: