1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

update changelog

This commit is contained in:
mat 2025-05-31 10:47:23 +11:00
parent a5e7ff771d
commit cfdd8e690f

View file

@ -19,7 +19,9 @@ is breaking anyways, semantic versioning is not followed.
- Add auto-reconnecting which is enabled by default.
- `client.start_use_item()`.
- The pathfinder no longer avoids slabs, stairs, and dirt path blocks.
- The pathfinder now immediately recalculates if blocks are placed in its path.
- The reach distance for the pathfinder `ReachBlockPosGoal` is now configurable. (@x-osc)
- azalea-brigadier now supports suggestions, command contexts, result consumers, and returning errors with `ArgumentBuilder::executes_result`.
### Changed