aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/README.md
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2025-12-09 13:29:59 -0600
committerGitHub <noreply@github.com>2025-12-09 13:29:59 -0600
commit26d619c9a329087a23d6577ee74bd764f50cd773 (patch)
tree8020fe902257764a23a445c6ed9987ea4848189d /azalea-client/README.md
parent84cd261118c9d1e3145d4d1751c0d22098cd8cd8 (diff)
downloadazalea-drasl-26d619c9a329087a23d6577ee74bd764f50cd773.tar.xz
Enchantments (#286)
* start implementing enchants * store parsed registries * more work on enchants * implement deserializer for some entity effects * mostly working definitions for enchants * fix tests * detect equipment changes * fix errors * update changelog * fix some imports * remove outdated todo * add basic test for enchants applying attributes * use git simdnbt
Diffstat (limited to 'azalea-client/README.md')
-rw-r--r--azalea-client/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-client/README.md b/azalea-client/README.md
index 296cab07..a40f8585 100644
--- a/azalea-client/README.md
+++ b/azalea-client/README.md
@@ -1,3 +1,5 @@
# Azalea Client
-A library that can mimic everything a normal Minecraft client can do. If you want to make a bot with higher-level functions, you should use the `azalea` crate instead.
+A library that can mimic everything a normal Minecraft client can do.
+
+If you want to make a bot with higher-level functions, consider using the `azalea` crate instead.