diff --git a/data/bedrock/1.20.71/protocol.json b/data/bedrock/1.20.71/protocol.json index 682abb566..c7b4de35e 100644 --- a/data/bedrock/1.20.71/protocol.json +++ b/data/bedrock/1.20.71/protocol.json @@ -10276,6 +10276,10 @@ { "name": "tick", "type": "varint64" + }, + { + "name": "prediction_type", + "type": "u8" } ] ], diff --git a/data/bedrock/latest/proto.yml b/data/bedrock/latest/proto.yml index b32377ca7..8cbf38607 100644 --- a/data/bedrock/latest/proto.yml +++ b/data/bedrock/latest/proto.yml @@ -3410,6 +3410,8 @@ packet_correct_player_move_prediction: on_ground: bool # Tick is the tick of the movement which was corrected by this packet. tick: varint64 + # Movement prediction type. 0 for vehicle and 1 for player. + prediction_type: u8 # ItemComponent is sent by the server to attach client-side components to a custom item. packet_item_component: