Update README.md
This commit is contained in:
parent
47f6d5cc37
commit
e252fe255c
1 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,8 @@ me trying to understand minecraft beta's protocol
|
||||||
- "Decent" terrain generation using OpenSimplex Noise
|
- "Decent" terrain generation using OpenSimplex Noise
|
||||||
- Concept of worlds
|
- Concept of worlds
|
||||||
- Chunk management (loading / unloading)
|
- Chunk management (loading / unloading)
|
||||||
|
- World/Chunk saving to disk
|
||||||
|
- Block breaking
|
||||||
|
|
||||||
**WIP:**
|
**WIP:**
|
||||||
- Entities:
|
- Entities:
|
||||||
|
@ -13,13 +15,11 @@ me trying to understand minecraft beta's protocol
|
||||||
|
|
||||||
**To Implement:**
|
**To Implement:**
|
||||||
- Block placement
|
- Block placement
|
||||||
- Block breaking
|
|
||||||
- Entities:
|
- Entities:
|
||||||
- Items/Blocks
|
- Items
|
||||||
- Mobs
|
- Mobs
|
||||||
- Cross chunk structure generation (trees, buildings, etc...)
|
- Cross chunk structure generation (trees, buildings, etc...)
|
||||||
- Inventories (player inventory, containers, etc...)
|
- Inventories (player inventory, containers, etc...)
|
||||||
- Terrain saving to disk
|
|
||||||
- Sleeping in beds
|
- Sleeping in beds
|
||||||
- Tile entities
|
- Tile entities
|
||||||
- Probably a bunch more things that i'm forgetting
|
- Probably a bunch more things that i'm forgetting
|
||||||
|
|
Loading…
Reference in a new issue