diff options
| author | mat <git@matdoes.dev> | 2026-01-18 13:53:47 -1000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-18 13:53:47 -1000 |
| commit | a08af6f2787ce3b04a7b369170254b00ac208375 (patch) | |
| tree | 4c8cf639a7114bffdfd17260bb642e95b305e0e8 | |
| parent | c68e4a9c61b4d247790234fe6d00a0b116db1c9e (diff) | |
| download | azalea-drasl-a08af6f2787ce3b04a7b369170254b00ac208375.tar.xz | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ff994529..49407a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,12 @@ is breaking anyways, semantic versioning is not followed. ### Added -- Re-implement `Client::map_component` and `map_get_component`. -- Add an `EntityRef` type to simplify interactions with entities. +- Add `SimulationPathfinderExecutionPlugin`, an alternative execution engine for the pathfinder with smoother movement. +- The pathfinder can now traverse on the surface of water. - `AccountTrait` was implemented, which allows for custom refresh and join behavior for `Account`s. +- Add an `EntityRef` type to simplify interactions with entities. - Add `BlockTrait::set_property` to allow setting properties on blocks generically. -- The pathfinder can now traverse on the surface of water. +- Re-implement `Client::map_component` and `map_get_component`. ### Changed |
