You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/settings_translation_file.cpp
+7-7
Original file line number
Diff line number
Diff line change
@@ -657,15 +657,15 @@ fake_function() {
657
657
gettext("Print the engine's profiling data in regular intervals (in seconds).\n0 = disable. Useful for developers.");
658
658
gettext("Mapgen");
659
659
gettext("Mapgen name");
660
-
gettext("Name of map generator to be used when creating a new world.\nCreating a world in the main menu will override this.\nCurrent stable mapgens:\nv5, v6, v7 (except floatlands), flat, singlenode.\n'stable' means the terrain shape in an existing world will not be changed\nin the future. Note that biomes are defined by games and may still change.");
660
+
gettext("Name of map generator to be used when creating a new world.\nCreating a world in the main menu will override this.\nCurrent stable mapgens:\nv5, v6, v7 (except floatlands), singlenode.\n'stable' means the terrain shape in an existing world will not be changed\nin the future. Note that biomes are defined by games and may still change.");
661
661
gettext("Water level");
662
662
gettext("Water surface level of the world.");
663
663
gettext("Max block generate distance");
664
664
gettext("From how far blocks are generated for clients, stated in mapblocks (16 nodes).");
665
665
gettext("Map generation limit");
666
666
gettext("Limit of map generation, in nodes, in all 6 directions from (0, 0, 0).\nOnly mapchunks completely within the mapgen limit are generated.\nValue is stored per-world.");
667
667
gettext("Mapgen flags");
668
-
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 enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
668
+
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.");
669
669
gettext("Projecting dungeons");
670
670
gettext("Whether dungeons occasionally project from the terrain.");
671
671
gettext("Biome API temperature and humidity noise parameters");
@@ -679,7 +679,7 @@ fake_function() {
679
679
gettext("Small-scale humidity variation for blending biomes on borders.");
680
680
gettext("Mapgen V5");
681
681
gettext("Mapgen V5 specific flags");
682
-
gettext("Map generation attributes specific to Mapgen v5.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
682
+
gettext("Map generation attributes specific to Mapgen v5.");
683
683
gettext("Cave width");
684
684
gettext("Controls width of tunnels, a smaller value creates wider tunnels.");
685
685
gettext("Large cave depth");
@@ -713,7 +713,7 @@ fake_function() {
713
713
gettext("3D noise defining terrain.");
714
714
gettext("Mapgen V6");
715
715
gettext("Mapgen V6 specific flags");
716
-
gettext("Map generation attributes specific to Mapgen v6.\nThe 'snowbiomes' flag enables the new 5 biome system.\nWhen the new biome system is enabled jungles are automatically enabled and\nthe 'jungles' flag is ignored.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
716
+
gettext("Map generation attributes specific to Mapgen v6.\nThe 'snowbiomes' flag enables the new 5 biome system.\nWhen the new biome system is enabled jungles are automatically enabled and\nthe 'jungles' flag is ignored.");
717
717
gettext("Desert noise threshold");
718
718
gettext("Deserts occur when np_biome exceeds this value.\nWhen the new biome system is enabled, this is ignored.");
719
719
gettext("Beach noise threshold");
@@ -747,7 +747,7 @@ fake_function() {
747
747
gettext("Defines areas where trees have apples.");
748
748
gettext("Mapgen V7");
749
749
gettext("Mapgen V7 specific flags");
750
-
gettext("Map generation attributes specific to Mapgen v7.\n'ridges' enables the rivers.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
750
+
gettext("Map generation attributes specific to Mapgen v7.\n'ridges' enables the rivers.");
751
751
gettext("Mountain zero level");
752
752
gettext("Y of mountain density gradient zero level. Used to shift mountains vertically.");
753
753
gettext("Cave width");
@@ -807,7 +807,7 @@ fake_function() {
807
807
gettext("Second of two 3D noises that together define tunnels.");
808
808
gettext("Mapgen Carpathian");
809
809
gettext("Mapgen Carpathian specific flags");
810
-
gettext("Map generation attributes specific to Mapgen Carpathian.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
810
+
gettext("Map generation attributes specific to Mapgen Carpathian.");
811
811
gettext("Base ground level");
812
812
gettext("Defines the base ground level.");
813
813
gettext("Cave width");
@@ -859,7 +859,7 @@ fake_function() {
859
859
gettext("3D noise defining giant caverns.");
860
860
gettext("Mapgen Flat");
861
861
gettext("Mapgen Flat specific flags");
862
-
gettext("Map generation attributes specific to Mapgen flat.\nOccasional lakes and hills can be added to the flat world.\nFlags that are not enabled are not modified from the default.\nFlags starting with 'no' are used to explicitly disable them.");
862
+
gettext("Map generation attributes specific to Mapgen flat.\nOccasional lakes and hills can be added to the flat world.");
0 commit comments