Skip to content
Open
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
8 changes: 3 additions & 5 deletions data/pc/1.21.11/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"registryEntryHolder": "native",
"registryEntryHolderSet": "native",
"lpVec3": "native",
"nbtOptionalLengthPrefixed": "native",
"ByteArray": [
"buffer",
{
Expand Down Expand Up @@ -4927,11 +4928,8 @@
"type": "string"
},
{
"name": "nbt",
"type": [
"option",
"anonymousNbt"
]
"name": "payload",
"type": "nbtOptionalLengthPrefixed"
}
]
]
Expand Down
3 changes: 2 additions & 1 deletion data/pc/1.21.6/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
anonOptionalNbt: native
registryEntryHolder: native
registryEntryHolderSet: native
nbtOptionalLengthPrefixed: native
ByteArray: ["buffer", { "countType": "varint" }]
string: ["pstring", { "countType": "varint" }]
vec2f:
Expand Down Expand Up @@ -1330,7 +1331,7 @@
# MC: ServerboundCustomClickActionPacket
packet_common_custom_click_action:
id: string
nbt?: anonymousNbt
payload: nbtOptionalLengthPrefixed

^handshaking.toClient.types:
packet:
Expand Down
8 changes: 3 additions & 5 deletions data/pc/1.21.6/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"anonOptionalNbt": "native",
"registryEntryHolder": "native",
"registryEntryHolderSet": "native",
"nbtOptionalLengthPrefixed": "native",
"ByteArray": [
"buffer",
{
Expand Down Expand Up @@ -3618,11 +3619,8 @@
"type": "string"
},
{
"name": "nbt",
"type": [
"option",
"anonymousNbt"
]
"name": "payload",
"type": "nbtOptionalLengthPrefixed"
}
]
]
Expand Down
3 changes: 2 additions & 1 deletion data/pc/1.21.8/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
anonOptionalNbt: native
registryEntryHolder: native
registryEntryHolderSet: native
nbtOptionalLengthPrefixed: native
ByteArray: ["buffer", { "countType": "varint" }]
string: ["pstring", { "countType": "varint" }]
vec2f:
Expand Down Expand Up @@ -1330,7 +1331,7 @@
# MC: ServerboundCustomClickActionPacket
packet_common_custom_click_action:
id: string
nbt?: anonymousNbt
payload: nbtOptionalLengthPrefixed

^handshaking.toClient.types:
packet:
Expand Down
8 changes: 3 additions & 5 deletions data/pc/1.21.8/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"anonOptionalNbt": "native",
"registryEntryHolder": "native",
"registryEntryHolderSet": "native",
"nbtOptionalLengthPrefixed": "native",
"ByteArray": [
"buffer",
{
Expand Down Expand Up @@ -3615,11 +3616,8 @@
"type": "string"
},
{
"name": "nbt",
"type": [
"option",
"anonymousNbt"
]
"name": "payload",
"type": "nbtOptionalLengthPrefixed"
}
]
]
Expand Down
3 changes: 2 additions & 1 deletion data/pc/1.21.9/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
anonOptionalNbt: native
registryEntryHolder: native
registryEntryHolderSet: native
nbtOptionalLengthPrefixed: native
lpVec3: native
ByteArray: ["buffer", { "countType": "varint" }]
string: ["pstring", { "countType": "varint" }]
Expand Down Expand Up @@ -1560,7 +1561,7 @@
# MC: ServerboundCustomClickActionPacket
packet_common_custom_click_action:
id: string
nbt?: anonymousNbt
payload: nbtOptionalLengthPrefixed

^handshaking.toClient.types:
packet:
Expand Down
8 changes: 3 additions & 5 deletions data/pc/1.21.9/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"anonOptionalNbt": "native",
"registryEntryHolder": "native",
"registryEntryHolderSet": "native",
"nbtOptionalLengthPrefixed": "native",
"lpVec3": "native",
"ByteArray": [
"buffer",
Expand Down Expand Up @@ -4637,11 +4638,8 @@
"type": "string"
},
{
"name": "nbt",
"type": [
"option",
"anonymousNbt"
]
"name": "payload",
"type": "nbtOptionalLengthPrefixed"
}
]
]
Expand Down
3 changes: 2 additions & 1 deletion data/pc/latest/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
registryEntryHolder: native
registryEntryHolderSet: native
lpVec3: native
nbtOptionalLengthPrefixed: native
ByteArray: ["buffer", { "countType": "varint" }]
string: ["pstring", { "countType": "varint" }]
vec2f:
Expand Down Expand Up @@ -1637,7 +1638,7 @@
# MC: ServerboundCustomClickActionPacket
packet_common_custom_click_action:
id: string
nbt?: anonymousNbt
payload: nbtOptionalLengthPrefixed

^handshaking.toClient.types:
packet:
Expand Down
Loading