We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Yes, item collection is a bit messed up at the moment. I'll get to fixing this sometime.
Sorry, something went wrong.
608c237
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: