From a16b9dcd2e7fa7c37140b2d178c9abf9ce8e1b34 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 18 Aug 2022 23:28:44 -0500 Subject: [PATCH] add stretch goals to readme and typo fix --- README.md | 11 ++++++++++- azalea-protocol/README.md | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aef31950..639d2914 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,14 @@ I wanted a fun excuse to do something cool with Rust, and I also felt like I cou ## Non-goals -- Supporting many versions of Minecraft (but there might be branches made in the future for some popular versions). +- Supporting several versions of Minecraft on the same branch. +- Bedrock edition. - Graphics. + + +## Stretch goals + +*I might not do these, but I still keep them in mind when writing the code.* + +- Server implementation. +- Having branches for several popular Minecraft versions. diff --git a/azalea-protocol/README.md b/azalea-protocol/README.md index b4f6660c..a210e4a6 100644 --- a/azalea-protocol/README.md +++ b/azalea-protocol/README.md @@ -1,6 +1,6 @@ # Azalea Protocol -Sent and receive Minecraft packets. You should probably use `azalea` or `azalea-client` instead. +Send and receive Minecraft packets. You should probably use `azalea` or `azalea-client` instead. The goal is to only support the latest Minecraft version in order to ease development.