From e252fe255c963b9b2a1e878bbf3d29454d066237 Mon Sep 17 00:00:00 2001 From: Holly Date: Thu, 13 Apr 2023 00:30:13 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94b042d..fd4951e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ me trying to understand minecraft beta's protocol - "Decent" terrain generation using OpenSimplex Noise - Concept of worlds - Chunk management (loading / unloading) + - World/Chunk saving to disk + - Block breaking **WIP:** - Entities: @@ -13,13 +15,11 @@ me trying to understand minecraft beta's protocol **To Implement:** - Block placement - - Block breaking - Entities: - - Items/Blocks + - Items - Mobs - Cross chunk structure generation (trees, buildings, etc...) - Inventories (player inventory, containers, etc...) - - Terrain saving to disk - Sleeping in beds - Tile entities - Probably a bunch more things that i'm forgetting