From eca7ba1a3bbcf8af8c694391947bbcb18dcf163e Mon Sep 17 00:00:00 2001 From: Tiago Fassoni Date: Fri, 4 Dec 2015 14:36:03 -0200 Subject: [PATCH] Added world-type=FLAT in young person's guide In trying to get the generated world to be flat, the level-type=FLAT didn't work, but world-type=FLAT worked. --- docs/YoungPersonsGuideToProgrammingMinecraft.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/YoungPersonsGuideToProgrammingMinecraft.md b/docs/YoungPersonsGuideToProgrammingMinecraft.md index 14af537..a70ab5a 100644 --- a/docs/YoungPersonsGuideToProgrammingMinecraft.md +++ b/docs/YoungPersonsGuideToProgrammingMinecraft.md @@ -135,6 +135,7 @@ Once you've installed CanaryMod, depending on your specific needs, you might want to consider setting the following properties in the `server.cfg` or `config/worlds//.cfg` files ... # completely flat worlds are best for building from scratch + world-type=FLAT level-type=FLAT generate-structures=false