Shift-clicking out of an auto sieve won't fill last hotbar slot
yut23 opened this issue ยท 1 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.