Skip to content

Commit

Permalink
Remove: World Generation from README
Browse files Browse the repository at this point in the history
I see people thinking Pumpkin does not have Chunk generation when they see that. What i actually meant was that there is no world folder structure saved. Pumpkin has Chunk generation
  • Loading branch information
Snowiiii committed Oct 16, 2024
1 parent e222feb commit 5de4b80
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 74 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ and customizable experience. It prioritizes performance and player enjoyment whi
- [x] World Loading
- [x] Entity Spawning
- [x] Chunk Loading
- [ ] World Generation
- [x] Chunk Generation
- [ ] World Borders
- [ ] World Saving
Expand Down
18 changes: 9 additions & 9 deletions docs/about/benchmarks.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Benchmarks
## Benchmarks

Here, I compare common Minecraft servers against Pumpkin.

Expand All @@ -12,9 +12,9 @@ ALL SERVERS USED ITS OWN TERRAIN GENERATION, NO WORLD WAS PRE-LOADED

![Screenshot From 2024-10-15 16-42-53](https://github.com/user-attachments/assets/e08fbb00-42fe-4479-a03b-11bb6886c91a)

# Specifications
## Specifications

## Technical
#### Technical

**Software**

Expand All @@ -41,7 +41,7 @@ ALL SERVERS USED ITS OWN TERRAIN GENERATION, NO WORLD WAS PRE-LOADED
- JRE Version: OpenJDK Runtime Environment (build 23+37)
- Vendor: Oracle

## Game
#### Game

- Minecraft version: 1.21.1
- View distance: 10
Expand All @@ -51,7 +51,7 @@ ALL SERVERS USED ITS OWN TERRAIN GENERATION, NO WORLD WAS PRE-LOADED

<sub><sup>online mode was disabled, so i can easier test with non premium accounts</sup></sub>

# Pumpkin
## Pumpkin

Build: [8febc50](https://github.com/Snowiiii/Pumpkin/commit/8febc5035d5611558c13505b7724e6ca284e0ada)

Expand All @@ -75,7 +75,7 @@ Run args:

<sub><sup>pumpkin does cache already loaded chunks, resulting in no extra RAM besides player data and minimal CPU usage</sup></sub>

# Vanilla
## Vanilla

Release: [1.21.1](https://piston-data.mojang.com/v1/objects/59353fb40c36d304f2035d51e7d6e6baa98dc05c/server.jar)

Expand All @@ -97,7 +97,7 @@ Run args: `nogui`
| 5 | 1.8GB | 2,0% | 20,0% |
| 10 | 2,2GB | 4,0% | 24,0% |

# Paper
## Paper

Build: [122](https://api.papermc.io/v2/projects/paper/versions/1.21.1/builds/122/downloads/paper-1.21.1-122.jar)

Expand All @@ -119,7 +119,7 @@ Run args: `nogui`
| 5 | 1.9GB | 1.5% | 15,0% |
| 10 | 2GB | 3,0% | 20,0% |

# Purpur
## Purpur

Build: [2324](https://api.purpurmc.org/v2/purpur/1.21.1/2324/download)

Expand All @@ -141,7 +141,7 @@ Run args: `nogui`
| 5 | 1.9GB | 1.6% | 20,0% |
| 10 | 2.2GB | 2-2,5,0% | 26,0% |

# Minestom
## Minestom

Commit: [0ca1dda2fe](https://github.com/Minestom/Minestom/commit/0ca1dda2fe11390a1b89a228bbe7bf78fefc73e1)

Expand Down
Loading

0 comments on commit 5de4b80

Please sign in to comment.