diff options
| author | mat <git@matdoes.dev> | 2023-10-07 23:12:19 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-07 23:12:19 -0500 |
| commit | 971f42e3dbee8de614573450fc9548c008f3b3b5 (patch) | |
| tree | c51b24d6bc6f0af7aaa88c099fd646142218768e /README.md | |
| parent | 9281e4fdb96fda7cef383e10611029c45538fbf2 (diff) | |
| download | azalea-drasl-971f42e3dbee8de614573450fc9548c008f3b3b5.tar.xz | |
split pathfinder execution into multiple systems (and fix some bugs)
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ A collection of Rust crates for making Minecraft bots, clients, and tools. ## Features - [Accurate physics](https://github.com/azalea-rs/azalea/blob/main/azalea-physics/src/lib.rs) (but some features like knockback and water physics aren't yet implemented) -- [Pathfinder](https://azalea.matdoes.dev/azalea/pathfinder/index.html) (parkour isn't perfect yet) +- [Pathfinder](https://azalea.matdoes.dev/azalea/pathfinder/index.html) - [Swarms](https://azalea.matdoes.dev/azalea/swarm/index.html) - [Breaking blocks](https://azalea.matdoes.dev/azalea/struct.Client.html#method.mine) - [Block interactions & building](https://azalea.matdoes.dev/azalea/struct.Client.html#method.block_interact) (this doesn't predict the block interactions/placement on the client yet but it's usually fine) |
