From c5f10af09d1d2fee640b946da9ec5ca1bcd1e62d Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 20 Apr 2022 15:24:25 +0000 Subject: [PATCH] write some readmes --- azalea-chat/README.md | 3 +++ azalea-client/README.md | 3 +++ azalea-protocol/README.md | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 azalea-chat/README.md create mode 100644 azalea-client/README.md create mode 100644 azalea-protocol/README.md diff --git a/azalea-chat/README.md b/azalea-chat/README.md new file mode 100644 index 00000000..2bc9d418 --- /dev/null +++ b/azalea-chat/README.md @@ -0,0 +1,3 @@ +# Azalea Chat + +Parse Minecraft chat messages. diff --git a/azalea-client/README.md b/azalea-client/README.md new file mode 100644 index 00000000..328eb0d5 --- /dev/null +++ b/azalea-client/README.md @@ -0,0 +1,3 @@ +# Azalea Client + +A lower level Minecraft bot library. diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md new file mode 100644 index 00000000..6063ed39 --- /dev/null +++ b/azalea-protocol/README.md @@ -0,0 +1,3 @@ +# Azalea Protocol + +Sent and receive Minecraft packets.