From 5736a790d34cb55202521fcfe807bea6eb5f07c7 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 26 Apr 2022 15:37:31 +0000 Subject: [PATCH] write some readmes --- azalea-client/README.md | 2 +- azalea-protocol/README.md | 2 +- 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.