aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-07 23:12:19 -0500
committermat <git@matdoes.dev>2023-10-07 23:12:19 -0500
commit971f42e3dbee8de614573450fc9548c008f3b3b5 (patch)
treec51b24d6bc6f0af7aaa88c099fd646142218768e /README.md
parent9281e4fdb96fda7cef383e10611029c45538fbf2 (diff)
downloadazalea-drasl-971f42e3dbee8de614573450fc9548c008f3b3b5.tar.xz
split pathfinder execution into multiple systems (and fix some bugs)
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b60ca34e..d7d5a2fa 100755
--- a/README.md
+++ b/README.md
@@ -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)