Update README.md
This commit is contained in:
parent
25c3c8139e
commit
6c0da7431e
13
README.md
13
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user