Updated Command Reference (markdown)

blombergs5 2023-01-27 20:16:03 -05:00
parent 26ce50cd57
commit 8f9c7dd5dc
1 changed files with 1 additions and 1 deletions

@ -193,7 +193,7 @@ You can create a world with a custom seed by adding `-s SEEDNAME` after the 2 re
---
#### World Types
As of Minecraft 1.1, the concept of world types has been introduced. These seem to be like generators but baked into Minecraft itself. Currently, there are only `FLAT`, `LARGEBIOMES` and `NORMAL` for world types. To use a world type, simply use the `-t` parameter, for type. Here is a flat normal world:
As of Minecraft 1.1, the concept of world types has been introduced. These seem to be like generators but baked into Minecraft itself. Currently, there are only `FLAT`, `LARGEBIOMES`, `AMPLIFIED`, and `NORMAL` for world types. To use a world type, simply use the `-t` parameter, for type. Here is a flat normal world:
`/mv create flat_world NORMAL -t FLAT`