@@ -25,4 +25,26 @@ For example:
2525
2626## Type
2727
28+ World types denote the type of world you want to create.
29+ The following types are available:
30+ - ` minecraft:noise ` - [ The default world generation.] ( https://minecraft.wiki/w/Dimension_definition#noise )
31+ - ` minecraft:flat ` - [ A superflat world.] ( https://minecraft.wiki/w/Dimension_definition#flat )
32+ - ` minecraft:large_biomes ` - [ All biomes are larger.] ( https://minecraft.wiki/w/Large_biomes )
33+ - ` minecraft:amplified ` - [ Generates amplified terrain.] ( https://minecraft.wiki/w/Amplified )
34+ - ` minecraft:fixed ` - [ Uses one specified biome everywhere.] ( https://minecraft.wiki/w/Dimension_definition#fixed )
35+ - ` minecraft:debug ` - [ Debug all block states.] ( https://minecraft.wiki/w/Dimension_definition#debug )
36+
37+
2838## Preset
39+
40+ World presets are a way to create worlds with specific settings.
41+ The following presets are available:
42+ - ` classic-flat ` - [ A classic flat world, no Strongholds unlike in default superflat.] ( https://minecraft.wiki/w/Superflat#Default_presets )
43+ - ` tunnelers-dream ` - [ Mineshafts, Strongholds, and Dungeons.] ( https://minecraft.wiki/w/Superflat#Default_presets )
44+ - ` water-world ` - [ A world with a lot of water.] ( https://minecraft.wiki/w/Superflat#Default_presets )
45+ - ` overworld ` - [ A flat world with ores, trees, and other features.] ( https://minecraft.wiki/w/Superflat#Default_presets )
46+ - ` snowy-kingdom ` - [ A snowy flat world.] ( https://minecraft.wiki/w/Superflat#Default_presets )
47+ - ` bottomless-pit ` - [ Cobblestone instead of bedrock.] ( https://minecraft.wiki/w/Superflat#Default_presets )
48+ - ` desert ` - [ A desert flat world.] ( https://minecraft.wiki/w/Superflat#Default_presets )
49+ - ` redstone-ready ` - [ A redstone ready world.] ( https://minecraft.wiki/w/Superflat#Default_presets )
50+ - ` the-void ` - [ A void world.] ( https://minecraft.wiki/w/The_Void )
0 commit comments