diff --git a/README.md b/README.md index 575b576..86b5504 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Composition - A Minecraft server written in Rust + +Composition is targeting 1.15.2, protocol version 578. +The main goal is to get a working server, then optimize for speed. 1.16 support may come in the future, after 1.15 is completed. + +## Development Resources + + - [Normal Login Sequence](https://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F) + - [Protocol Specification](https://wiki.vg/Protocol) + - [Server Ping](https://wiki.vg/Server_List_Ping) + - [Map Format](https://wiki.vg/Map_Format) + - [Rust TcpStream Docs](https://doc.rust-lang.org/std/net/struct.TcpStream.html) + - [Rust Channel Docs](https://doc.rust-lang.org/std/sync/mpsc/index.html)