-
Notifications
You must be signed in to change notification settings - Fork 135
Generator options GUI
The generator options GUI allows configuring how new chunks are generated in the downloaded world.
The world seed is used by Minecraft to generate new chunks. See the Minecraft Wiki page on the seed. Note that this only matters with new chunks - you can use the downloaded world for most things without the seed*.
You can either manually type the seed in this box if you know it (or a server operator tells you), or if you have permission, you can use the /seed command to get the seed, in which case it will automatically be entered into this text box.
*Slime chunks, used for spawning slimes, depend on the seed to work, so slime farms will not work without the seed.
To make use of the seed in the downloaded world, you'll need to change the world generator. By default, World Downloader uses a custom superflat preset that only generates air, so that new chunks will not have irrelevant terrain from the wrong seed. You can use the generator button to cycle between several generators:
- Leave empty
- Empty chunks are generated using a custom superflat preset.
- Default
- The normal world generator is used, with biomes and such.
- Superflat
- The superflat world generator is used - an infinite flat area for building on. You can configure the preset.
- Large biomes
- Like default, but with larger biomes
- AMPLIFIED
- Tall, chaotic world with large mountains.
- Custom
- The custom world type from Minecraft 1.8. You can change a lot of generator properties here (the configuration GUI is accessible).
- Legacy (1.1)
- Minecraft 1.1's world generator. To be honest, I'm not entirely sure what the difference is - perhaps it has something to do with 1.1's lower world height.
You can also chose whether or not structures are generated. This effects mineshafts, strongholds, and villages, among other things.
Resources:
- Official forum thread for the World Downloader mod for Minecraft 1.16.1, 1.15.2, 1.14.4, 1.13.2, 1.12.2, 1.11.2, 1.10.2, 1.9.4, and 1.8.9
- Wiki index
- Issue tracker
World Downloader is licensed under the MMPLv2.
Various screens that are used in the mod
- Backup GUI
- Entities GUI
- Generator options GUI
- Messages GUI
- Multiworld GUIs
- Player overrides GUI
- World overrides GUI
Information on how World Downloader achieves various things, both technically and practically