mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Switch to u32 to match other entity ids in Azalea (#182)
* Switch to u32 to match other entity ids in Azalea * Forgot about the other entity id * Revert "Forgot about the other entity id" That wasn't meant for this branch, squash merge this out lol.
This commit is contained in:
parent
09cdc22b86
commit
0902edb244
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub struct ClientboundAddEntityPacket {
|
|||
pub y_rot: i8,
|
||||
pub y_head_rot: i8,
|
||||
#[var]
|
||||
pub data: i32,
|
||||
pub data: u32,
|
||||
pub x_vel: i16,
|
||||
pub y_vel: i16,
|
||||
pub z_vel: i16,
|
||||
|
|
Loading…
Add table
Reference in a new issue