Skip to content

Commit 20312fd

Browse files
committedMar 12, 2016
Documentation: Auto-update conf.example and settings_translation_file.cpp
1 parent 0d2df73 commit 20312fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎minetest.conf.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@
986986

987987
# Name of map generator to be used when creating a new world.
988988
# Creating a world in the main menu will override this.
989-
# type: enum values: v5, v6, v7, flat, fractal, valleys, singlenode
989+
# type: enum values: v5, v6, v7, flat, valleys, fractal, singlenode
990990
# mg_name = v6
991991

992992
# Water surface level of the world.

‎src/settings_translation_file.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ fake_function() {
421421
gettext("Map generation limit");
422422
gettext("Where the map generator stops.\nPlease note:\n- Limited to 31000 (setting above has no effect)\n- The map generator works in groups of 80x80x80 nodes (5x5x5 MapBlocks).\n- Those groups have an offset of -32, -32 nodes from the origin.\n- Only groups which are within the map_generation_limit are generated");
423423
gettext("Mapgen flags");
424-
gettext("Global map generation attributes.\nIn Mapgen v6 the 'decorations' flag controls all decorations except trees\nand junglegrass, in all other mapgens this flag controls all decorations.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.");
424+
gettext("Global map generation attributes.\nIn Mapgen v6 the 'decorations' flag controls all decorations except trees\nand junglegrass, in all other mapgens this flag controls all decorations.\nThe default flags set in the engine are: caves, light, decorations\nThe flags string modifies the engine defaults.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
425425
gettext("Advanced");
426426
gettext("Chunk size");
427427
gettext("Size of chunks to be generated at once by mapgen, stated in mapblocks (16 nodes).");
@@ -448,7 +448,7 @@ fake_function() {
448448
gettext("Mapgen v5 cave2 noise parameters");
449449
gettext("Mapgen v6");
450450
gettext("Mapgen v6 flags");
451-
gettext("Map generation attributes specific to Mapgen v6.\nWhen snowbiomes are enabled jungles are enabled and the jungles flag is ignored.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.");
451+
gettext("Map generation attributes specific to Mapgen v6.\nWhen snowbiomes are enabled jungles are automatically enabled, the 'jungles' flag is ignored.\nThe default flags set in the engine are: biomeblend, mudflow\nThe flags string modifies the engine defaults.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
452452
gettext("Mapgen v6 desert frequency");
453453
gettext("Controls size of deserts and beaches in Mapgen v6.\nWhen snowbiomes are enabled 'mgv6_freq_desert' is ignored.");
454454
gettext("Mapgen v6 beach frequency");
@@ -465,7 +465,7 @@ fake_function() {
465465
gettext("Mapgen v6 apple trees noise parameters");
466466
gettext("Mapgen v7");
467467
gettext("Mapgen v7 flags");
468-
gettext("Map generation attributes specific to Mapgen v7.\n'ridges' are the rivers.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.");
468+
gettext("Map generation attributes specific to Mapgen v7.\nThe 'ridges' flag controls the rivers.\nThe default flags set in the engine are: mountains, ridges\nThe flags string modifies the engine defaults.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
469469
gettext("Mapgen v7 terrain base noise parameters");
470470
gettext("Mapgen v7 terrain altitude noise parameters");
471471
gettext("Mapgen v7 terrain persistation noise parameters");
@@ -479,7 +479,7 @@ fake_function() {
479479
gettext("Mapgen v7 cave2 noise parameters");
480480
gettext("Mapgen flat");
481481
gettext("Mapgen flat flags");
482-
gettext("Map generation attributes specific to Mapgen flat.\nOccasional lakes and hills added to the flat world.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.");
482+
gettext("Map generation attributes specific to Mapgen flat.\nOccasional lakes and hills can be added to the flat world.\nThe default flags set in the engine are: none\nThe flags string modifies the engine defaults.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
483483
gettext("Mapgen flat ground level");
484484
gettext("Y of flat ground.");
485485
gettext("Mapgen flat large cave depth");
@@ -523,7 +523,7 @@ fake_function() {
523523
gettext("Mapgen Valleys");
524524
gettext("General");
525525
gettext("Valleys C Flags");
526-
gettext("Map generation attributes specific to Mapgen Valleys.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with \"no\" are used to explicitly disable them.\n\"altitude_chill\" makes higher elevations colder, which may cause biome issues.\n\"humid_rivers\" modifies the humidity around rivers and in areas where water would tend to pool. It may interfere with delicately adjusted biomes.");
526+
gettext("Map generation attributes specific to Mapgen Valleys.\n'altitude_chill' makes higher elevations colder, which may cause biome issues.\n'humid_rivers' modifies the humidity around rivers and in areas where water would tend to pool,\nit may interfere with delicately adjusted biomes.\nThe default flags set in the engine are: altitude_chill, humid_rivers\nThe flags string modifies the engine defaults.\nFlags that are not specified in the flag string are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
527527
gettext("Altitude Chill");
528528
gettext("The altitude at which temperature drops by 20C");
529529
gettext("Large cave depth");

0 commit comments

Comments
 (0)
Please sign in to comment.