Treasure2!

Treasure2!

6M Downloads

Moving key stack to key ring places one key in ring and destroys the rest.

gottsch opened this issue ยท 2 comments

commented

The example given was with Spider Key.

commented

To elaborate, this happens when you try to move a stack (not shift-click) and place into the keyring. The item stack is decremented by 8 but the key ring only allows 1 item per slot.

commented

Key Rings use a custom Slot class. There was a discrepency between the KeyRingInventory.getInventoryStackLimit() not equalling KeySlot.getItemStackLimit(), which caused more items to be decremented from the stack.

Fixed for v1.3