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/benches/pathfinder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/benches') diff --git a/azalea/benches/pathfinder.rs b/azalea/benches/pathfinder.rs index 5c06474b..bdb4b3c4 100644 --- a/azalea/benches/pathfinder.rs +++ b/azalea/benches/pathfinder.rs @@ -7,7 +7,7 @@ use azalea::{ custom_state::CustomPathfinderStateRef, goals::{BlockPosGoal, Goal}, mining::MiningCache, - rel_block_pos::RelBlockPos, + positions::RelBlockPos, world::CachedWorld, }, }; -- cgit v1.2.3