aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-26 15:37:31 +0000
committermat <github@matdoes.dev>2022-04-26 15:37:31 +0000
commit5736a790d34cb55202521fcfe807bea6eb5f07c7 (patch)
tree558e45d5c594a852d397156c34d874ec63e04783
parente5fcfa119309877ab515b921f8ada5f1b1ec4c30 (diff)
downloadazalea-drasl-5736a790d34cb55202521fcfe807bea6eb5f07c7.tar.xz
write some readmes
-rwxr-xr-xazalea-client/README.md2
-rwxr-xr-xazalea-protocol/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/README.md b/azalea-client/README.md
index 328eb0d5..dd42a6a4 100755
--- a/azalea-client/README.md
+++ b/azalea-client/README.md
@@ -1,3 +1,3 @@
# Azalea Client
-A lower level Minecraft bot library.
+A library that can mimic everything a normal Minecraft client can do. If you want to make a bot, you should use `azalea` instead since it contains utilities for that.
diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md
index 6063ed39..90ea72e5 100755
--- a/azalea-protocol/README.md
+++ b/azalea-protocol/README.md
@@ -1,3 +1,3 @@
# Azalea Protocol
-Sent and receive Minecraft packets.
+Sent and receive Minecraft packets. You should probably use `azalea` or `azalea-client` instead.