Skip to content

Commit 01f30b2

Browse files
committed
docs: update examples for world generation commands in create.mdx
1 parent 2e5a86e commit 01f30b2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

content/docs/worlds/manage/create.mdx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To generate a new world using a custom generator, use the command
1818
`/world create <key> generator <generator> [<dimension>] [<structures>] [<seed>]`
1919
The generator argument takes the name of the plugin that provides the custom chunk generator or biome provider.
2020

21-
For example:
21+
PlotSquared generation example:
2222
```
2323
/world create city:plots generator PlotSquared
2424
```
@@ -34,6 +34,12 @@ The following types are available:
3434
- `minecraft:fixed` - [Uses one specified biome everywhere.](https://minecraft.wiki/w/Dimension_definition#fixed)
3535
- `minecraft:debug` - [Debug all block states.](https://minecraft.wiki/w/Dimension_definition#debug)
3636

37+
38+
Amplified world example:
39+
```
40+
/world create amplified_test_world type minecraft:amplified
41+
```
42+
3743
## Preset
3844

3945
World presets are a way to create worlds with specific settings.
@@ -46,4 +52,9 @@ The following presets are available:
4652
- `bottomless-pit` - [Cobblestone instead of bedrock.](https://minecraft.wiki/w/Superflat#Default_presets)
4753
- `desert` - [A desert flat world.](https://minecraft.wiki/w/Superflat#Default_presets)
4854
- `redstone-ready` - [A redstone ready world.](https://minecraft.wiki/w/Superflat#Default_presets)
49-
- `the-void` - [A void world.](https://minecraft.wiki/w/The_Void)
55+
- `the-void` - [A void world.](https://minecraft.wiki/w/The_Void)
56+
57+
Void world example:
58+
```
59+
/world create my_void_world preset the-void
60+
```

0 commit comments

Comments
 (0)