From e585d9024d5d1a267659c4a05b535c3ffdd81bfb Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 14 Sep 2023 21:01:56 -0500 Subject: detect obstructions while pathfinding and better results on timeout --- azalea/src/pathfinder/simulation.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea/src/pathfinder/simulation.rs') diff --git a/azalea/src/pathfinder/simulation.rs b/azalea/src/pathfinder/simulation.rs index 4f179795..42d42ff9 100644 --- a/azalea/src/pathfinder/simulation.rs +++ b/azalea/src/pathfinder/simulation.rs @@ -1,3 +1,5 @@ +//! Simulate the Minecraft world, currently only used for tests. + use std::{sync::Arc, time::Duration}; use azalea_client::PhysicsState; -- cgit v1.2.3