Skip to content

Commit

Permalink
Clean generation stuff in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorrell committed Apr 30, 2022
1 parent 9945d9e commit 3027172
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ Only a few things are generated:
- A small starting island where you spawn:
![small spawn platform with grass, mycelium, nylium, and a tree](screenshots/spawn_platform.png?raw=true "Spawn Platform")

- All end portal frames (unless `generateEndPortals` is set to false) and silverfish spawners (
unless `generateSilverfishSpawners` is set to false):
- End Portal Frames (unless `generateEndPortals` is set to `false`):
![end portal frame remains](screenshots/end_portal.png?raw=true "End Portal Frame")

- Magma Cube spawners in Treasure Room Bastion Remnants (only if `generateMagmaCubeSpawners` is set to true)
- Silverfish spawners (unless `generateSilverfishSpawners` is set to `false`)

- Random End Gateways throughout the End (only if `generateRandomEndGateways` is set to true)
- Magma Cube spawners in Treasure Room Bastion Remnants (only if `generateMagmaCubeSpawners` is set to `true`)

- Random End Gateways throughout the End (only if `generateRandomEndGateways` is set to `true`)

Even with every block removed, almost every block is obtainable and almost every mob is spawnable, using only *Vanilla*
features.
Expand Down

0 comments on commit 3027172

Please sign in to comment.