-
Notifications
You must be signed in to change notification settings - Fork 97
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
Dropped items don't pick up. And Z menu bugs. #685
Comments
Currently, there is inventory size limit implemented. Please confirm whether your inventory is full. You cannot pickup more items when your inventory is full. |
Inventory limit is implemented since 2.2.0-dev1. This is likely the circumference when having full inventory. Maximum number of item stacks player can hold is 27. AnalysisCrafting new item Opening menu Picking items up Inventory fullness is one of the mechanism that has to be noticed anytime to prevent such situation happening, as a part of gameplay. If you can confirm the situation, I will convert this issue as a question. |
Describe the bug
Sometimes, when I open personal crafting menu with Z key, instead of crafting the items, they randomly drop on the floor and I can't pick them up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I wanted planks in my inventory without them dropping.
And if i drop an item, im supposed to be able to pick it before it despawns.
Desktop (please complete the following information):
Additional context
When I chop a tree or a wooden door, sometimes I can't pick wood or the door up.
When I close X or Z menu, sometimes I randomly drop what I'm holding. I think something is wrong with dropping items.
The text was updated successfully, but these errors were encountered: