From 643fcb98c0e6cdc63218dd39960d9053b209d9a6 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:56:34 -0500 Subject: 1.21.9 (#235) * start updating to 25w33a * 1.21.9-pre2 * clippy * cleanup, and fix c_explode and c_player_rotation * mc update should be in Changed section in the changelog * 1.21.9 --- azalea-client/src/test_utils/simulation.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-client/src/test_utils') diff --git a/azalea-client/src/test_utils/simulation.rs b/azalea-client/src/test_utils/simulation.rs index cb5d9447..8d52177a 100644 --- a/azalea-client/src/test_utils/simulation.rs +++ b/azalea-client/src/test_utils/simulation.rs @@ -4,7 +4,7 @@ use azalea_auth::game_profile::GameProfile; use azalea_block::BlockState; use azalea_buf::AzaleaWrite; use azalea_core::{ - delta::PositionDelta8, + delta::LpVec3, game_type::{GameMode, OptionalGameType}, position::{BlockPos, ChunkPos, Vec3}, resource_location::ResourceLocation, @@ -398,6 +398,6 @@ pub fn make_basic_add_entity( y_rot: 0, y_head_rot: 0, data: 0, - velocity: PositionDelta8::default(), + movement: LpVec3::Zero, } } -- cgit v1.2.3