Updated Command Reference (markdown)

MicahSpady 2023-02-19 13:32:23 -08:00
parent 8f9c7dd5dc
commit 49063cc3cd
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`, `AMPLIFIED`, 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`, `NORMAL`, `NETHER`, and `END` 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`