Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rythin-sr opened this issue Jun 15, 2022 · 1 comment
Labels
bug Something isn't working critical Higher priority

Comments

@rythin-sr
Copy link

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 MartinSVK12 added the bug Something isn't working label Jun 15, 2022
@MartinSVK12
Copy link
Owner

Fixed.

@MartinSVK12 MartinSVK12 added the critical Higher priority label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical Higher priority
Projects
None yet
Development

No branches or pull requests

2 participants