Sequential packets and break block events
zly2006 opened this issue ยท 0 comments
The bug
- cancel all AttackBlockCallback.EVENT
- place a sign with some texts
- break the sign
- the sign still exists, but the texts disappeared
- 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.