1
2
Fork 0
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:
Shayne Hartford 2024-11-12 18:59:04 -05:00 committed by GitHub
parent 09cdc22b86
commit 0902edb244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,