diff options
| author | mat <git@matdoes.dev> | 2025-05-06 10:58:48 -1000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-07 06:59:22 +1000 |
| commit | f7c9419045470495fe76b0167d09d17c3cf4cc56 (patch) | |
| tree | b8bb1c4cc19fa9a6887224a57c43af9334ef285d /CHANGELOG.md | |
| parent | af3affb467c01ee2880fbbc366ea0420c0580ab8 (diff) | |
| download | azalea-drasl-f7c9419045470495fe76b0167d09d17c3cf4cc56.tar.xz | |
pathfinder can now handle slabs, stairs, and dirt paths
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f2d23a..6cddfee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ write down most non-trivial breaking changes. - `StartJoinServerEvent` can now be used to join servers exclusively from the ECS without a Tokio runtime. - `FormattedText::to_html` and `FormattedText::to_custom_format`. - Add auto-reconnecting which is enabled by default. +- The pathfinder no longer avoids slabs, stairs, and dirt path blocks. ### Changed |
