From aefa908e32032616cb356e7f4165cbb8922edbcf Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 21 Sep 2025 09:16:10 -1030 Subject: fix pickable entity query --- azalea-client/src/plugins/mining.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-client/src/plugins/mining.rs') diff --git a/azalea-client/src/plugins/mining.rs b/azalea-client/src/plugins/mining.rs index f9bd50f6..e42ea866 100644 --- a/azalea-client/src/plugins/mining.rs +++ b/azalea-client/src/plugins/mining.rs @@ -182,7 +182,8 @@ fn handle_start_mining_block_event( (block_hit_result.direction, false) } else { debug!( - "Got StartMiningBlockEvent but we're not looking at the block. Picking an arbitrary direction instead." + "Got StartMiningBlockEvent but we're not looking at the block ({:?}.block_pos != {:?}). Picking an arbitrary direction instead.", + hit_result, event.position ); // we're not looking at the block, arbitrary direction (Direction::Down, true) -- cgit v1.2.3