Skip to content

Commit

Permalink
Switch to u32 to match other entity ids in Azalea (#182)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
ShayBox authored Nov 12, 2024
1 parent 09cdc22 commit 0902edb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0902edb

Please sign in to comment.