Skip to content

Commit b99fe6a

Browse files
committed
Updating young persons guide
1 parent 444eacc commit b99fe6a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/YoungPersonsGuideToProgrammingMinecraft.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,10 @@ Once you've installed CanaryMod, depending on your specific needs,
135135
you might want to consider setting the following properties in the `server.cfg` or `config/worlds/<worldName>/<worldName>.cfg` files ...
136136

137137
# completely flat worlds are best for building from scratch
138-
world-type=FLAT
138+
# bukkit/spigotmc
139139
level-type=FLAT
140+
# canarymod
141+
world-type=FLAT
140142
generate-structures=false
141143

142144
# creative mode

src/docs/templates/ypgpm.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ Once you've installed CanaryMod, depending on your specific needs,
9090
you might want to consider setting the following properties in the `server.cfg` or `config/worlds/<worldName>/<worldName>.cfg` files ...
9191

9292
# completely flat worlds are best for building from scratch
93+
# bukkit/spigotmc
9394
level-type=FLAT
95+
# canarymod
96+
world-type=FLAT
9497
generate-structures=false
9598

9699
# creative mode

0 commit comments

Comments
 (0)