File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1310,6 +1310,14 @@ state_packets!(
13101310 field pitch: f32 =,
13111311 field flags: u8 =,
13121312 }
1313+ packet TeleportPlayer_OnGround {
1314+ field x: f64 =,
1315+ field eyes_y: f64 =,
1316+ field z: f64 =,
1317+ field yaw: f32 =,
1318+ field pitch: f32 =,
1319+ field on_ground: bool =,
1320+ }
13131321 /// EntityUsedBed is sent by the server when a player goes to bed.
13141322 packet EntityUsedBed {
13151323 field entity_id: VarInt =,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ protocol_packet_ids!(
4242 0x05 => SpawnPosition_i32
4343 0x06 => UpdateHealth_u16
4444 0x07 => Respawn
45- 0x08 => TeleportPlayer_NoConfirm
45+ 0x08 => TeleportPlayer_OnGround
4646 0x09 => SetCurrentHotbarSlot
4747 0x0a => EntityUsedBed_i32
4848 0x0b => Animation
You can’t perform that action at this time.
0 commit comments