Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/pc/1.21.8/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@
# MC: ServerboundCookieResponsePacket
packet_common_cookie_response:
key: string
value: ByteArray
value?: ByteArray
# MC: ServerboundSelectKnownPacks
# MC: ClientboundSelectKnownPacks
packet_common_select_known_packs:
Expand Down
5 changes: 4 additions & 1 deletion data/pc/1.21.8/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -3403,7 +3403,10 @@
},
{
"name": "value",
"type": "ByteArray"
"type": [
"option",
"ByteArray"
]
}
]
],
Expand Down
Loading