From 971f42e3dbee8de614573450fc9548c008f3b3b5 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 7 Oct 2023 23:12:19 -0500 Subject: split pathfinder execution into multiple systems (and fix some bugs) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.3