From 074bb6198393e0ad87a2239f1c563bf41a1fbe59 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 4 Oct 2023 22:54:07 -0500 Subject: improve pathfinder heuristics --- azalea-core/src/position.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-core/src') diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs index e1993b18..f6bc4157 100755 --- a/azalea-core/src/position.rs +++ b/azalea-core/src/position.rs @@ -259,6 +259,7 @@ impl ChunkSectionPos { block >> 4 } } + /// The coordinates of a block inside a chunk. #[derive(Clone, Copy, Debug, Default, PartialEq, Eq)] pub struct ChunkBlockPos { -- cgit v1.2.3