From 348c71b97b2dfc45d7412ec33f6131e20592bb14 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 10 Dec 2023 00:08:08 -0600 Subject: Climbing (#121) * start implementing climbing * fix tests * fix bots running at lower tick rate --- azalea-entity/src/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-entity/src/data.rs') 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, -- cgit v1.2.3