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

Sequential packets and break block events #3836

Open
zly2006 opened this issue Jun 6, 2024 · 0 comments
Open

Sequential packets and break block events #3836

zly2006 opened this issue Jun 6, 2024 · 0 comments

Comments

@zly2006
Copy link

zly2006 commented Jun 6, 2024

The bug

  1. cancel all AttackBlockCallback.EVENT
  2. place a sign with some texts
  3. break the sign
  4. the sign still exists, but the texts disappeared
  5. if you rejoin the game, the texts appear again

This is a bug in vanilla minecraft, but will fabric api fix it? All you need to do is to send a PlayerActionResponseS2CPacket before BlockUpdateS2CPacket, so the client-side block entity will not be in a removal state.

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

No branches or pull requests

1 participant