aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-08-15 00:50:42 -0330
committermat <git@matdoes.dev>2025-08-15 07:20:52 +0300
commit980f41be2283857eecf113aa75f187fed35f4270 (patch)
tree9add2135c110a921998932b43ac4b0b2c0d6409f /CHANGELOG.md
parent6758d58109925fbe59bb5693296b995697faaf3a (diff)
downloadazalea-drasl-980f41be2283857eecf113aa75f187fed35f4270.tar.xz
add PathfinderOpts and clean up some pathfinder code
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 935363d0..935e4484 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ is breaking anyways, semantic versioning is not followed.
- The fields in `LookDirection` have been replaced with getters.
- Renamed `Client::entity_by` to `any_entity_by`, and `Client::entities_by` to `nearest_entities_by`.
- `EyeHeight` was moved into `EntityDimensions`, and `EntityDimensions` is now its own component.
+- Replaced `start_goto_without_mining` with `start_goto_with_opts`.
### Fixed