diff options
| -rw-r--r-- | azalea-chat/README.md | 3 | ||||
| -rw-r--r-- | azalea-client/README.md | 3 | ||||
| -rw-r--r-- | azalea-protocol/README.md | 3 |
3 files changed, 9 insertions, 0 deletions
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. |
