CloudburstMC / Protocol

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

Implement missing MINE_BLOCK inventory action handler #145

Closed WillQizza closed 2 years ago

WillQizza commented 2 years ago

Currently, stack request actions with MINE_BLOCK are not deserialized/serialized causing exceptions when they are retrieved. This pull request seeks to fix that by implementing the serializer/deserializer for it.

SupremeMortal commented 2 years ago

Are you able to rebase your changes onto the develop branch?

WillQizza commented 2 years ago

Yeah sure! Should be fixed my bad