aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-08 03:24:29 -0500
committermat <git@matdoes.dev>2023-10-08 03:24:29 -0500
commit682609a24e62587094397aab13fda924aa44509e (patch)
tree91770fac7d43c3ac76991af5306453f16d4fa832 /README.md
parent971f42e3dbee8de614573450fc9548c008f3b3b5 (diff)
downloadazalea-drasl-682609a24e62587094397aab13fda924aa44509e.tar.xz
knockback
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 d7d5a2fa..029e0d43 100755
--- a/README.md
+++ b/README.md
@@ -16,7 +16,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)
+- [Accurate physics](https://github.com/azalea-rs/azalea/blob/main/azalea-physics/src/lib.rs) (but some features like entity collisions and water physics aren't yet implemented)
- [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)