From 39f4d68e1ff1f0fa0d45663335d83299d5d37790 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 5 Dec 2024 06:30:47 +0000 Subject: fix container_set_content, player_position, and recipe_book_remove packets --- azalea-entity/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-entity/src') diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs index c009198c..1334ee0f 100644 --- a/azalea-entity/src/lib.rs +++ b/azalea-entity/src/lib.rs @@ -172,7 +172,8 @@ impl From<&Position> for BlockPos { } } -/// The last position of the entity that was sent over the network. +/// The second most recent position of the entity that was sent over the +/// network. This is currently only updated for our own local player entities. #[derive(Component, Clone, Copy, Debug, Default, PartialEq, Deref, DerefMut)] pub struct LastSentPosition(Vec3); impl From<&LastSentPosition> for Vec3 { -- cgit v1.2.3