From 6326e1d1a15b9f8e0d57069e45e07556369d35df Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 24 Jul 2013 08:54:41 -0700 Subject: [PATCH] LARGEBIOMES was missing from the world type --- Command-Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-Reference.md b/Command-Reference.md index d146980..112c63a 100644 --- a/Command-Reference.md +++ b/Command-Reference.md @@ -189,7 +189,7 @@ You can use spaces in your seeds as long as you surround them with quotes. You c --- #### 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`