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

[1.16.2] items are disappearing when picked up #4227

Closed
rrvk opened this issue Aug 27, 2020 · 2 comments
Closed

[1.16.2] items are disappearing when picked up #4227

rrvk opened this issue Aug 27, 2020 · 2 comments
Labels
type: bug Something doesn't work as it was intended to. upstream: bukkit Issues exists in Bukkit and/or CraftBukkit. version: 1.16 Game version 1.16

Comments

@rrvk
Copy link

rrvk commented Aug 27, 2020

What behaviour is expected:

To pick up 1 item of a stack of what is on the ground

What behaviour is observed:

I pick up a whole stack but only 1 is added into my inventory because there is no more space and the other 63 are gone

Steps/models to reproduce:

  • fill your inventory with something, so all the spaces are filled (for example coal)
  • then drop a couple of stacks of an other item on the ground (for example coal ore)
  • make 1 space in your inventory (hotbar) so you can pick up items, you will pick up 1 whole stack
  • then drop/place 1 item of the stack
  • you will pick up a whole stack but only 1 item get added to your invetory because there is no more space then that and the other 63 items are lost

Plugin list:

None

Paper version:

This server is running Paper version git-Paper-149 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT)

Anything else:

I have recreated this on a clean paper instal with no property changes

@calumari
Copy link
Contributor

calumari commented Aug 27, 2020

Confirmed in 150.

Iirc, this is the intended behaviour when picking up items in creative. However, it also happens in survival, which it shouldn't.

Video: https://streamable.com/r4rxce

Edit: It also happens upstream (git-Spigot-b5a13e6-bf45161) but not in vanilla.
Edit 2: Reported upstream.

@rrvk
Copy link
Author

rrvk commented Aug 28, 2020

This now has been fixed upstream thanks for the report upstream @calumari
and upstream with this fix has been merge into paper 757948d

I have tested this issue again on paper 152 and the issue is no longer there thanks!

@rrvk rrvk closed this as completed Aug 28, 2020
@Proximyst Proximyst added upstream: bukkit Issues exists in Bukkit and/or CraftBukkit. type: bug Something doesn't work as it was intended to. labels Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something doesn't work as it was intended to. upstream: bukkit Issues exists in Bukkit and/or CraftBukkit. version: 1.16 Game version 1.16
Projects
None yet
Development

No branches or pull requests

4 participants