CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 94 forks source link

Fix canPlace / canBreak encoding and decoding #78

Closed Camotoy closed 4 years ago

Camotoy commented 4 years ago

Unlike normal arrays, the canPlace and canBreak arrays use normal ints instead of unsigned ints.