Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Aug 28, 2024
1 parent 94f1e21 commit 443febe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 443febe

Please sign in to comment.