From 443febefdb83bfa354ec2f66a570d0a4737aef73 Mon Sep 17 00:00:00 2001 From: Snowiiii Date: Wed, 28 Aug 2024 19:04:31 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d3c7d3bd..7a7b6b658 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ and customizable experience. It prioritizes performance and player enjoyment whi - [x] Entity Spawning - [x] Chunk Loading - [ ] World Generation + - [x] Chunk Generation - [ ] World Borders - [ ] World Saving - Player @@ -56,7 +57,7 @@ and customizable experience. It prioritizes performance and player enjoyment whi - [x] Player Teleport - [x] Player Movement - [x] Player Animation - - [ ] Player Inventory + - [x] Player Inventory - [x] Player Combat - Server - [ ] Query @@ -83,9 +84,7 @@ cd Pumpkin You also may have to [install rust](https://www.rust-lang.org/tools/install) when you don't already have. -For Now, until we don't have own chunk generation. -You need to pregenerate the world and place it inside of the Pumpkin/ directory. -Make sure to generate chunks close to (0,0) since that is where the player gets spawned by default. +You can place a vanilla world into the Pumpkin/ directory when you want. Just name the World to `world` Then run: