diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2023-12-10 00:08:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-10 00:08:08 -0600 |
| commit | 348c71b97b2dfc45d7412ec33f6131e20592bb14 (patch) | |
| tree | 2490f6fe8e4d8181a526b66e0397ceea96ec8961 /azalea-entity/src/data.rs | |
| parent | f15f0325c0a9d62f10ea22b891ab7134391b04fb (diff) | |
| download | azalea-drasl-348c71b97b2dfc45d7412ec33f6131e20592bb14.tar.xz | |
Climbing (#121)
* start implementing climbing
* fix tests
* fix bots running at lower tick rate
Diffstat (limited to 'azalea-entity/src/data.rs')
| -rwxr-xr-x | azalea-entity/src/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/data.rs b/azalea-entity/src/data.rs index 83779b21..b0a05e74 100755 --- a/azalea-entity/src/data.rs +++ b/azalea-entity/src/data.rs @@ -134,7 +134,7 @@ pub struct Rotations { pub z: f32, } -#[derive(Clone, Debug, Copy, McBuf, Default, Component)] +#[derive(Clone, Debug, Copy, McBuf, Default, Component, Eq, PartialEq)] pub enum Pose { #[default] Standing = 0, |
