ExCompressum icon indicating copy to clipboard operation
ExCompressum copied to clipboard

Shift-clicking out of an auto sieve won't fill last hotbar slot

Open yut23 opened this issue 2 years ago • 0 comments

This is an off-by-one error in the transferStackInSlot() function, introduced by 44f65d2. The end index should also be increased to 58, since mergeItemStack() is inclusive.

yut23 avatar Feb 07 '22 02:02 yut23