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

Drop items instead of deleting them #27

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

BrainStone
Copy link
Contributor

Also taking into consideration that Inventory#remove deletes all items of the same type.

Fixes #26

Also taking into consideration that `Inventory#remove` deletes all items of the same type.
This is because if you set the amount to 0 the itemStack becomes air.  Dropping it first gurantuees that this doesn't happen.
prevCount can be larger than limit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop items instead of deleting them
1 participant