From cc3e64a3151398046408a7b97c339d32700cc541 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 2 Jun 2025 19:24:39 -1300 Subject: fix collisions bugs --- azalea/src/pathfinder/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/src') diff --git a/azalea/src/pathfinder/mod.rs b/azalea/src/pathfinder/mod.rs index b05d2aab..c4586d29 100644 --- a/azalea/src/pathfinder/mod.rs +++ b/azalea/src/pathfinder/mod.rs @@ -1569,7 +1569,7 @@ mod tests { simulation.app.world_mut().send_event(GotoEvent { entity: simulation.entity, - goal: Arc::new(BlockPosGoal(BlockPos::new(0, 70, 0))), + goal: Arc::new(BlockPosGoal(BlockPos::new(0, 69, 0))), successors_fn: moves::default_move, allow_mining: true, min_timeout: PathfinderTimeout::Nodes(1_000_000), -- cgit v1.2.3