aboutsummaryrefslogtreecommitdiff
path: root/azalea/benches
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-17 11:58:37 -1030
committermat <git@matdoes.dev>2026-01-17 11:58:37 -1030
commit74ef7d19b2bc4453f5368cc39c838582f2f3bafd (patch)
treecd133a77934f461b52db614eb10a99eb620f53e6 /azalea/benches
parenta49c8d0b53fed223bab127704c604291ee77f921 (diff)
downloadazalea-drasl-74ef7d19b2bc4453f5368cc39c838582f2f3bafd.tar.xz
use more compact chunk section positions in pathfinder
Diffstat (limited to 'azalea/benches')
-rw-r--r--azalea/benches/pathfinder.rs2
1 files changed, 1 insertions, 1 deletions
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,
},
};