1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

add stretch goals to readme and typo fix

This commit is contained in:
mat 2022-08-18 23:28:44 -05:00
parent a54d74087b
commit a16b9dcd2e
2 changed files with 11 additions and 2 deletions

View file

@ -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.

View file

@ -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.