ProtocolLib

3M Downloads

1.16.4 weird behavior

cavallium opened this issue ยท 0 comments

commented

Describe the bug
The packets received are almost always of the wrong type.
For example, using an arrow will result in a packet of type BLOCK_DIG.
Placing blocks also don't generate a packet of type BLOCK_PLACE.

To Reproduce
Steps to reproduce the behavior:

  1. Listen for BLOCK_PLACE and BLOCK_DIG packets
  2. Place a block
  3. Throw an arrow with a bow

Expected behavior
Receive the right packet types

Version Info
4.5.1, 4.6.0-SNAPSHOT, and also the pull request for 1.16.4