aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-10-06 17:59:05 -0700
committermat <git@matdoes.dev>2025-10-06 17:59:05 -0700
commit06807ec3ea7df6e83eed51b38f9d5e3bea9e7045 (patch)
tree31491ee54391add05fc6d26cc009dadbe1dafa1f /CHANGELOG.md
parent4f7aff3b86045c4c789a499f52f83787217dadb3 (diff)
downloadazalea-drasl-06807ec3ea7df6e83eed51b38f9d5e3bea9e7045.tar.xz
add try_query_entity
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3712fa61..b1c07924 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ is breaking anyways, semantic versioning is not followed.
### Added
-- Add `Client::query_entity` to complement `query_self`.
+- Add `Client::query_entity` and `try_query_entity` to complement `query_self`.
### Changed
@@ -22,6 +22,7 @@ is breaking anyways, semantic versioning is not followed.
### Fixed
- The wrong path was temporarily executed if we received a `GotoEvent` while the path that's being executed was more than 50 nodes long.
+- The pathfinder can now jump from dirt path and farmland blocks correctly.
- Don't panic when receiving an unexpected `PathFoundEvent`. (@Hiradpi)
## [0.14.0+mc1.21.8] - 2025-09-28