Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

DrawerItemHandler returns slot limit for N+1 drawer

Equinox- opened this issue ยท 1 comments

commented

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.

commented

Thanks, this oversight is now fixed in the latest 1.16 release