From e9452032bfc95cb7ad4a8798b13648e164536cf1 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 6 May 2025 14:20:57 -1300 Subject: fix various issues with mining --- azalea/src/pathfinder/moves/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea/src/pathfinder') diff --git a/azalea/src/pathfinder/moves/mod.rs b/azalea/src/pathfinder/moves/mod.rs index 248f0a5c..24dc8ac1 100644 --- a/azalea/src/pathfinder/moves/mod.rs +++ b/azalea/src/pathfinder/moves/mod.rs @@ -166,6 +166,7 @@ impl ExecuteCtx<'_, '_, '_, '_, '_, '_, '_> { if self.should_mine(block) { if at_start_position { + self.look_at(block.center()); self.mine(block); } else { self.look_at(self.start.center()); -- cgit v1.2.3