ProtocolLib icon indicating copy to clipboard operation
ProtocolLib copied to clipboard

[PacketType.Play.Client.BLOCK_DIG] BlockPosition wrong y

Open luapascoal opened this issue 7 months ago • 1 comments

  • [ ] This issue is not solved in a development build

Describe the bug My server is 1.20.4 w/ via plugins

In 1.8 (I don't know if it's just her) packet.blockPositionModifier.read(0) sends a block position with y = -1 (incorrect y)

To Reproduce Steps to reproduce the behavior: Use BLOCK_DIG packet listener, and read the block position modifier

Screenshots image image image image

Version Info 5.3.0-SNAPSHOT-723

luapascoal avatar Jul 05 '24 22:07 luapascoal