diff options
| author | mat <git@matdoes.dev> | 2025-09-21 22:43:55 +0400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-09-21 22:43:55 +0400 |
| commit | f049eee0496083fe6347e2f4a4f7b8e4512883ee (patch) | |
| tree | b45a9301a9c0225f3a8663f7c0eee0c9c90fb010 /azalea-client/src/plugins/interact | |
| parent | 585b51e91a5335eae37bc5af7c0111bb2092b156 (diff) | |
| download | azalea-drasl-f049eee0496083fe6347e2f4a4f7b8e4512883ee.tar.xz | |
fix packet order for ServerboundSetCarriedItem
Diffstat (limited to 'azalea-client/src/plugins/interact')
| -rw-r--r-- | azalea-client/src/plugins/interact/pick.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-client/src/plugins/interact/pick.rs b/azalea-client/src/plugins/interact/pick.rs index a0a75910..c32ac5c7 100644 --- a/azalea-client/src/plugins/interact/pick.rs +++ b/azalea-client/src/plugins/interact/pick.rs @@ -201,6 +201,8 @@ fn filter_hit_result(hit_result: HitResult, eye_position: Vec3, range: f64) -> H /// Get the block that a player would be looking at if their eyes were at the /// given direction and position. /// +/// This does not consider entities. +/// /// Also see [`pick`]. pub fn pick_block( look_direction: LookDirection, |
