1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-27 06:19:01 +00:00
bedrock-protocol-docs/previous_changelogs/changelog_428_2_5_21.md
2024-02-15 15:10:22 -08:00

474 B

Minecraft Network Protocol Docs 2/5/21

For 16u4-beta-3, Network Protocol Version 428

Packet changes

PlayerAuthInputPacket

  • the contents of Item Use Transaction has been bundled up into its own type: the PackedItemUseLegacyInventoryTransaction

New Type

PackedItemUseLegacyInventoryTransaction

  • Like the previous Item Use Transaction from the previous version's PlayerAuthInputPacket, but starts with an additional array of container slot info

No Enum Changes