Skip to content

Commit

Permalink
Update bedrock 1.21.2 protocol.json
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat committed Aug 18, 2024
1 parent d196f92 commit f2ac2c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/bedrock/1.21.2/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -10785,6 +10785,19 @@
"packet_correct_player_move_prediction": [
"container",
[
{
"name": "prediction_type",
"type": [
"mapper",
{
"type": "u8",
"mappings": {
"0": "player",
"1": "vehicle"
}
}
]
},
{
"name": "position",
"type": "vec3f"
Expand Down

0 comments on commit f2ac2c9

Please sign in to comment.