Update README.md
This commit is contained in:
parent
686a694432
commit
ae25686b10
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,7 @@ me trying to understand minecraft beta's protocol
|
|||
- "Decent" terrain generation using OpenSimplex Noise
|
||||
- Concept of worlds
|
||||
- Chunk management (loading / unloading)
|
||||
- Cross chunk structure generation (trees, buildings, etc...)
|
||||
- World/Chunk saving to disk
|
||||
- Block breaking
|
||||
|
||||
|
@ -18,7 +19,6 @@ me trying to understand minecraft beta's protocol
|
|||
- Entities:
|
||||
- Items
|
||||
- Mobs
|
||||
- Cross chunk structure generation (trees, buildings, etc...)
|
||||
- Inventories (player inventory, containers, etc...)
|
||||
- Sleeping in beds
|
||||
- Tile entities
|
||||
|
|
Loading…
Reference in a new issue