TwelveIterationMods/ExCompressum

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

Closed this issue · 1 comments

yut23 commented

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.

Will be fixed in 1.20.1 port