Update README.md

This commit is contained in:
Snowiiii
2024-08-28 19:04:31 +02:00
parent 94f1e21dec
commit 443febefdb

View File

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