MartinSVK12 / retrostorage

Digital storage system mod for Minecraft b1.7.3, 1.2.5 and BTA 7.2!
MIT License
13 stars 0 forks source link

Items in the system don't stack with each other if 64 of the item already exists #5

Closed rythin-sr closed 2 years ago

rythin-sr commented 2 years ago

Assuming x + y < 64, inserting x of an item into the system and then later y of that same item will cause it to stack, making a single x+y stack. This only happens if there's <64 of said item already in the system. If a stack of 64 is already present, it will instead create two separate stacks of x and y respectively.

MartinSVK12 commented 2 years ago

Fixed.