Skip to content

Commit

Permalink
Fix spelling issue and 1 packet field order change. (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgaylord committed Nov 17, 2023
1 parent fb58a7c commit 5a4d0a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/pc/1.20.2/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
}
}
},
"configutation": {
"configuration": {
"toClient": {
"types": {
"packet_custom_payload": [
Expand All @@ -1680,7 +1680,7 @@
}
]
],
"packet_finish_configuation": [
"packet_finish_configuration": [
"container",
[]
],
Expand Down Expand Up @@ -1809,7 +1809,7 @@
"fields": {
"custom_payload": "packet_custom_payload",
"disconnect": "packet_disconnect",
"finish_configuration": "packet_finish_configuation",
"finish_configuration": "packet_finish_configuration",
"keep_alive": "packet_keep_alive",
"ping": "packet_ping",
"registry_data": "packet_registry_data",
Expand Down Expand Up @@ -1876,7 +1876,7 @@
}
]
],
"packet_finish_configuation": [
"packet_finish_configuration": [
"container",
[]
],
Expand Down Expand Up @@ -1919,7 +1919,7 @@
"mappings": {
"0x00": "settings",
"0x01": "custom_payload",
"0x02": "finish_configuation",
"0x02": "finish_configuration",
"0x03": "keep_alive",
"0x04": "pong",
"0x05": "resource_pack_receive"
Expand All @@ -1936,7 +1936,7 @@
"fields": {
"settings": "packet_settings",
"custom_payload": "packet_custom_payload",
"finish_configuation": "packet_finish_configuation",
"finish_configuration": "packet_finish_configuration",
"keep_alive": "packet_keep_alive",
"pong": "packet_pong",
"resource_pack_receive": "packet_resource_pack_receive"
Expand Down Expand Up @@ -4533,11 +4533,11 @@
"type": "f32"
},
{
"name": "totalExperience",
"name": "level",
"type": "varint"
},
{
"name": "level",
"name": "totalExperience",
"type": "varint"
}
]
Expand Down

0 comments on commit 5a4d0a0

Please sign in to comment.