diff options
| author | mat <git@matdoes.dev> | 2024-12-24 05:18:33 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-24 05:18:33 +0000 |
| commit | de5a53ce08de5b9d77bce99dd9ecde3171ebd74e (patch) | |
| tree | 02c84b356f8dc20ea882793001dd229adfa02121 /azalea-core | |
| parent | 958848e8ed10c7b8a83c9faea1fac6eaac39b018 (diff) | |
| download | azalea-drasl-de5a53ce08de5b9d77bce99dd9ecde3171ebd74e.tar.xz | |
add additional pathfinder test and fix pathfinder failure
Diffstat (limited to 'azalea-core')
| -rwxr-xr-x | azalea-core/src/position.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-core/src/position.rs b/azalea-core/src/position.rs index 14ecfcc1..be06e825 100755 --- a/azalea-core/src/position.rs +++ b/azalea-core/src/position.rs @@ -212,6 +212,7 @@ macro_rules! vec3_impl { } /// Used to represent an exact position in the world where an entity could be. +/// /// For blocks, [`BlockPos`] is used instead. #[derive(Clone, Copy, Debug, Default, PartialEq, AzBuf)] #[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))] |
