diff --git a/azalea-protocol/src/packets/game/serverbound_use_item_packet.rs b/azalea-protocol/src/packets/game/serverbound_use_item_packet.rs index 7fcab5dd1..3129244ab 100755 --- a/azalea-protocol/src/packets/game/serverbound_use_item_packet.rs +++ b/azalea-protocol/src/packets/game/serverbound_use_item_packet.rs @@ -7,4 +7,6 @@ pub struct ServerboundUseItemPacket { pub hand: InteractionHand, #[var] pub sequence: u32, + pub yaw: f32, + pub pitch: f32, }