From 74ef7d19b2bc4453f5368cc39c838582f2f3bafd Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 17 Jan 2026 11:58:37 -1030 Subject: use more compact chunk section positions in pathfinder --- azalea/src/pathfinder/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/src/pathfinder/mod.rs') diff --git a/azalea/src/pathfinder/mod.rs b/azalea/src/pathfinder/mod.rs index cab30f7a..9a75f868 100644 --- a/azalea/src/pathfinder/mod.rs +++ b/azalea/src/pathfinder/mod.rs @@ -13,7 +13,7 @@ pub mod goals; mod goto_event; pub mod mining; pub mod moves; -pub mod rel_block_pos; +pub mod positions; pub mod simulation; #[cfg(test)] mod tests; @@ -55,7 +55,7 @@ use futures_lite::future; use goals::BlockPosGoal; pub use goto_event::{GotoEvent, PathfinderOpts}; use parking_lot::RwLock; -use rel_block_pos::RelBlockPos; +use positions::RelBlockPos; use tokio::sync::broadcast::error::RecvError; use tracing::{debug, error, info, trace, warn}; -- cgit v1.2.3