mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Add missing yaw and patch fields to ServerboundUseItemPacket (#178)
(cherry picked from commit ed7b306aff5ed1d1ce9659d41f76f3f3a6884dd6)
This commit is contained in:
parent
cd2f298a62
commit
5e99c2218d
1 changed files with 2 additions and 0 deletions
|
@ -7,4 +7,6 @@ pub struct ServerboundUseItemPacket {
|
|||
pub hand: InteractionHand,
|
||||
#[var]
|
||||
pub sequence: u32,
|
||||
pub yaw: f32,
|
||||
pub pitch: f32,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue