From 83bafbe08b508266d31a6a76f1ffc2cddc662390 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sat, 8 Feb 2014 17:50:26 -0500 Subject: Make flag strings clear specified flag with 'no' prefix Remove flagmask field from set_mapgen_params table Add small bits of needed documentation --- minetest.conf.example | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index df70e013f..580395596 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -381,10 +381,12 @@ #water_level = 1 # Size of chunks to be generated. #chunksize = 5 -# Map generation attributes. Currently supported: trees, caves, flat, dungeons, nolight +# Map generation attributes. Currently supported: trees, caves, flat, dungeons, light +# Flags that are not specified in the flag string are not modified from the default. +# To explicitly turn off a flag, prepend "no" to the beginning, e.g. nolight. #mg_flags = trees, caves -# Map generation attributes specific to Mapgen V6. Currently supported: v6_biome_blend, v6_jungles, v6_nomudflow -#mgv6_spflags = v6_biome_blend +# Map generation attributes specific to Mapgen V6. Currently supported: biomeblend, jungles, mudflow +#mgv6_spflags = biomeblend # How large deserts and beaches are #mgv6_freq_desert = 0.45 #mgv6_freq_beach = 0.15 @@ -402,7 +404,7 @@ #mgv6_np_trees = 0, 1, (125, 125, 125), 2, 4, 0.66 #mgv6_np_apple_trees = 0, 1, (100, 100, 100), 342902, 3, 0.45 -#mgv7_spflags = v7_mountains, v7_ridges +#mgv7_spflags = mountains, ridges #mgv7_np_terrain = 10, 12, (350, 350, 350), 82341, 5, 0.6 #mgv7_np_bgroup = 0.5, 0.3125, (350, 350, 350), 5923, 2, 0.6 #mgv7_np_heat = 25, 50, (500, 500, 500), 35293, 1, 0 -- cgit v1.2.3