LARGEBIOMES was missing from the world type

Kieran 2013-07-24 08:54:41 -07:00
parent d7d222eba9
commit 6326e1d1a1
1 changed files with 1 additions and 1 deletions

@ -189,7 +189,7 @@ You can use spaces in your seeds as long as you surround them with quotes. You c
---
#### <a name="worldtypes" href="#wiki-worldtypes"></a>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` 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` 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`