StackableItems

StackableItems

99k Downloads

Adding items needs to be reversed in the hotbar to match vanilla

haveric opened this issue ยท 2 comments

commented
commented

There seems to be inconsistent behavior depending on how the items are added.

Pickup: add to left
Shift from player inv: add to left
Shift from chest: add to right

commented

This ended up being a bit more difficult than expected, but I think I have it implemented correctly.
Some inventories by default stack 0-8 -> 9-35, some do 8-0 -> 9-35, and some do 9-35 -> 0-8
where 0-8 is the hotbar and 9-35 is the main player inventory