Update README to match current dev

This commit is contained in:
Holly Stubbs 2023-09-04 02:02:25 +01:00 committed by GitHub
parent a61d807966
commit 479cc35d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -8,13 +8,14 @@ me trying to understand minecraft beta's protocol
<hr> <hr>
<img src="https://eusv.net/images/mc-beta-server-readme-0.webp" alt="Minecraft landscape with trees and ocean"> <img src="https://eusv.net/images/mc-beta-server-readme-1-overworld.webp" alt="Minecraft landscape with trees, caves, flowers, shrubs and an ocean.">
<img src="https://eusv.net/images/mc-beta-server-readme-1-nether.webp" alt="WIP Minecraft Nether with very simple terrain.">
**Implemented:** **Implemented:**
- Basic flat terrain generation - Basic flat terrain generation
- Basic (top to bottom, no spread) Lighting - Basic (top to bottom, no spread) Lighting
- "Decent" terrain generation using OpenSimplex Noise - "Decent" terrain generation using OpenSimplex Noise
- Concept of worlds - Multi-World support
- Chunk management (loading / unloading) - Chunk management (loading / unloading)
- Cross chunk structure generation (trees, buildings, etc...) - Cross chunk structure generation (trees, buildings, etc...)
- World/Chunk saving to disk - World/Chunk saving to disk
@ -23,6 +24,8 @@ me trying to understand minecraft beta's protocol
**WIP:** **WIP:**
- Entities: - Entities:
- Players - Players
- Dimensions:
- Nether
**To Implement:** **To Implement:**
- Block placement - Block placement