From ae25686b10bda7c7dc9c20406d3b1e3cc10b4a0a Mon Sep 17 00:00:00 2001 From: Holly Date: Thu, 13 Apr 2023 23:53:36 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4951e..a34eff4 100644 --- a/README.md +++ b/README.md @@ -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