aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-20 15:24:25 +0000
committermat <github@matdoes.dev>2022-04-20 15:24:25 +0000
commitc5f10af09d1d2fee640b946da9ec5ca1bcd1e62d (patch)
tree4f04e59ef8fe6f455550b8f101e87dc274f8a19b
parent65dd2eacc2eb8c76ae8f496c8473537e380dbc17 (diff)
downloadazalea-drasl-c5f10af09d1d2fee640b946da9ec5ca1bcd1e62d.tar.xz
write some readmes
-rw-r--r--azalea-chat/README.md3
-rw-r--r--azalea-client/README.md3
-rw-r--r--azalea-protocol/README.md3
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.