aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-06 10:58:48 -1000
committermat <git@matdoes.dev>2025-05-07 06:59:22 +1000
commitf7c9419045470495fe76b0167d09d17c3cf4cc56 (patch)
treeb8bb1c4cc19fa9a6887224a57c43af9334ef285d /CHANGELOG.md
parentaf3affb467c01ee2880fbbc366ea0420c0580ab8 (diff)
downloadazalea-drasl-f7c9419045470495fe76b0167d09d17c3cf4cc56.tar.xz
pathfinder can now handle slabs, stairs, and dirt paths
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 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