Update README to match current dev
This commit is contained in:
parent
a61d807966
commit
479cc35d89
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue