From 479cc35d89f30f8740234e35791586eb3f9f5869 Mon Sep 17 00:00:00 2001 From: Holly Date: Mon, 4 Sep 2023 02:02:25 +0100 Subject: [PATCH] Update README to match current dev --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d1bfc5..2b395cb 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,14 @@ me trying to understand minecraft beta's protocol
-Minecraft landscape with trees and ocean +Minecraft landscape with trees, caves, flowers, shrubs and an ocean. +WIP Minecraft Nether with very simple terrain. **Implemented:** - Basic flat terrain generation - Basic (top to bottom, no spread) Lighting - "Decent" terrain generation using OpenSimplex Noise - - Concept of worlds + - Multi-World support - Chunk management (loading / unloading) - Cross chunk structure generation (trees, buildings, etc...) - World/Chunk saving to disk @@ -23,6 +24,8 @@ me trying to understand minecraft beta's protocol **WIP:** - Entities: - Players + - Dimensions: + - Nether **To Implement:** - Block placement