mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-27 21:23:30 +01:00
LARGEBIOMES was missing from the world type
parent
d7d222eba9
commit
6326e1d1a1
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user