DrawerItemHandler returns slot limit for N+1 drawer
Equinox- opened this issue ยท 1 comments
DrawerItemHandler#getSlotLimit does not account for the virtual slot=0, causing it to return the limit for the N+1 drawer.
This line should be using slot - 1
instead of slot
.