aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-03-16 19:01:31 +0000
committermat <git@matdoes.dev>2025-03-16 19:01:31 +0000
commitca2e0b3922da74799be812e5a534a20d611fce1a (patch)
treeeddfab9839d539a31071bb206493bb4a86fbd53e /README.md
parentb0bd992adcff71ee294dd05060e00e652f62a7b2 (diff)
downloadazalea-drasl-ca2e0b3922da74799be812e5a534a20d611fce1a.tar.xz
entity collisions
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 2361154c..5af01e75 100755
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ _Currently supported Minecraft version: `1.21.4`._
## Features
-- [Accurate physics](https://github.com/azalea-rs/azalea/blob/main/azalea-physics/src/lib.rs) (but some features like entity collisions and elytras aren't yet implemented)
+- [Accurate physics](https://github.com/azalea-rs/azalea/blob/main/azalea-physics/src/lib.rs) (but some features like entity pushing and elytras 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)