From 25036afea9f3f41ac38ce29c2c7845e05543a6a5 Mon Sep 17 00:00:00 2001 From: Holly Date: Thu, 21 Oct 2021 01:35:24 +0100 Subject: [PATCH] add "WIP" section --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a382453..16d1a54 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # mc-beta-server [![CodeFactor](https://www.codefactor.io/repository/github/tgpethan/mc-beta-server/badge)](https://www.codefactor.io/repository/github/tgpethan/mc-beta-server) me trying to understand minecraft beta's protocol -Implemented: +**Implemented:** - Basic flat terrain generation - Terrain sending - Block placement - Block breaking - Entities: - Players - -To Implement: + +**WIP:** + - Terrain generation using perlin noise + - Cross chunk structure generation (trees, buildings, etc...) + +**To Implement:** - Entities: - Items/Blocks - Animals @@ -20,5 +24,5 @@ To Implement: - Tile entities - Probably a bunch more things that i'm forgetting -Long Term: +**Long Term:** - Optimise the shit out of this