diff --git a/README.md b/README.md index ba6f9c2..97bbc23 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,14 @@ This is a WIP reimplementation of Minecraft. For now, we target feature parity with 1.18.2 or 1.19.1. Immediate goals: - - Networking library - - [ ] build a dummy server that Minecraft clients can detect - - [ ] get Minecraft to connect to the dummy server - - Dummy server - - [ ] send an empty void - - [ ] send a surface to stand on - - [ ] handle chat - - NBT library - - [ ] parse NBT - - [ ] decode and encode data + +- Networking library + - [ ] build a dummy server that Minecraft clients can detect + - [ ] get Minecraft to connect to the dummy server +- Dummy server + - [ ] send an empty void + - [ ] send a surface to stand on + - [ ] handle chat +- NBT library + - [ ] parse NBT + - [ ] decode and encode data