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