From ea5a1c1ec128cc1a33593c9d91ef758c3fb73e16 Mon Sep 17 00:00:00 2001 From: Shayne Hartford Date: Sat, 30 Nov 2024 19:05:35 -0500 Subject: Add missing world border boolean to use item on packet in 1.21.2 (#192) --- azalea-physics/src/collision/shape.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-physics') diff --git a/azalea-physics/src/collision/shape.rs b/azalea-physics/src/collision/shape.rs index 3f584952..e7ac9c2e 100755 --- a/azalea-physics/src/collision/shape.rs +++ b/azalea-physics/src/collision/shape.rs @@ -439,6 +439,7 @@ impl VoxelShape { location: right_after_start, inside: true, miss: false, + world_border: false, }) } else { AABB::clip_iterable(&self.to_aabbs(), from, to, block_pos) -- cgit v1.2.3