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

Stack unstackable items and stackable items past 64 #111

Closed
ethan-xd opened this issue Sep 4, 2019 · 1 comment
Closed

Stack unstackable items and stackable items past 64 #111

ethan-xd opened this issue Sep 4, 2019 · 1 comment
Labels
bug Something isn't working difficulty: easy
Milestone

Comments

@ethan-xd
Copy link

ethan-xd commented Sep 4, 2019

Reproduction
Throw two of the same unstackable item on the ground and pick it up. You will get a stack of 2.

Throw a stack of 64 and a single item of a stackable item on the ground and pick it up. You will get a stack of 65.

If you attempt to pickup a stack higher than 127, it will disappear. Minecraft can only handle stacks below 128.

Video guide: https://www.youtube.com/watch?v=OHPk7LSOlrc

@caelunshun caelunshun added bug Something isn't working difficulty: easy labels Sep 4, 2019
@caelunshun caelunshun added this to the 0.5 milestone Sep 4, 2019
@caelunshun
Copy link
Member

caelunshun commented Sep 4, 2019

Yes, item collection is a bit messed up at the moment. I'll get to fixing this sometime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working difficulty: easy
Projects
None yet
Development

No branches or pull requests

2 participants