From d489c7ea0972f3dc82116d0ca598557daa083039 Mon Sep 17 00:00:00 2001 From: Holly Date: Sat, 21 Aug 2021 08:42:18 +0100 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..06dfd20 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# mc-beta-server +me trying to understand minecraft beta's protocol + +Implemented: + - Basic flat terrain generation + - Terrain sending + - Block placement + - Block breaking + +To Implement: + - Entities + - Inventories + - Terrain saving to disk + +Long Term: + - Optimise the shit out of this