Update README.md

This commit is contained in:
Holly Stubbs 2023-04-13 23:53:36 +01:00 committed by GitHub
parent 686a694432
commit ae25686b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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