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
|
- "Decent" terrain generation using OpenSimplex Noise
|
||||||
- Concept of worlds
|
- Concept of worlds
|
||||||
- Chunk management (loading / unloading)
|
- Chunk management (loading / unloading)
|
||||||
|
- Cross chunk structure generation (trees, buildings, etc...)
|
||||||
- World/Chunk saving to disk
|
- World/Chunk saving to disk
|
||||||
- Block breaking
|
- Block breaking
|
||||||
|
|
||||||
|
@ -18,7 +19,6 @@ me trying to understand minecraft beta's protocol
|
||||||
- Entities:
|
- Entities:
|
||||||
- Items
|
- Items
|
||||||
- Mobs
|
- Mobs
|
||||||
- Cross chunk structure generation (trees, buildings, etc...)
|
|
||||||
- Inventories (player inventory, containers, etc...)
|
- Inventories (player inventory, containers, etc...)
|
||||||
- Sleeping in beds
|
- Sleeping in beds
|
||||||
- Tile entities
|
- Tile entities
|
||||||
|
|
Loading…
Reference in a new issue