@@ -819,8 +819,10 @@ map_generation_limit (Map generation limit) int 31000 0 31000
819
819
# Global map generation attributes.
820
820
# In Mapgen v6 the 'decorations' flag controls all decorations except trees
821
821
# and junglegrass, in all other mapgens this flag controls all decorations.
822
+ # The default flags set in the engine are: caves, light, decorations
823
+ # The flags string modifies the engine defaults.
822
824
# Flags that are not specified in the flag string are not modified from the default.
823
- # Flags starting with "no" are used to explicitly disable them.
825
+ # Flags starting with 'no' are used to explicitly disable them.
824
826
mg_flags (Mapgen flags) flags caves,dungeons,light,decorations caves,dungeons,light,decorations,nocaves,nodungeons,nolight,nodecorations
825
827
826
828
[**Advanced]
@@ -875,9 +877,11 @@ mgv5_np_cave2 (Mapgen v5 cave2 noise parameters) noise_params 0, 12, (50, 50, 50
875
877
[***Mapgen v6]
876
878
877
879
# Map generation attributes specific to Mapgen v6.
878
- # When snowbiomes are enabled jungles are enabled and the jungles flag is ignored.
880
+ # When snowbiomes are enabled jungles are automatically enabled, the 'jungles' flag is ignored.
881
+ # The default flags set in the engine are: biomeblend, mudflow
882
+ # The flags string modifies the engine defaults.
879
883
# Flags that are not specified in the flag string are not modified from the default.
880
- # Flags starting with "no" are used to explicitly disable them.
884
+ # Flags starting with 'no' are used to explicitly disable them.
881
885
mgv6_spflags (Mapgen v6 flags) flags jungles,biomeblend,mudflow,snowbiomes,trees jungles,biomeblend,mudflow,snowbiomes,flat,trees,nojungles,nobiomeblend,nomudflow,nosnowbiomes,noflat,notrees
882
886
883
887
# Controls size of deserts and beaches in Mapgen v6.
@@ -900,9 +904,11 @@ mgv6_np_apple_trees (Mapgen v6 apple trees noise parameters) noise_params 0, 1,
900
904
[***Mapgen v7]
901
905
902
906
# Map generation attributes specific to Mapgen v7.
903
- # 'ridges' are the rivers.
907
+ # The 'ridges' flag controls the rivers.
908
+ # The default flags set in the engine are: mountains, ridges
909
+ # The flags string modifies the engine defaults.
904
910
# Flags that are not specified in the flag string are not modified from the default.
905
- # Flags starting with "no" are used to explicitly disable them.
911
+ # Flags starting with 'no' are used to explicitly disable them.
906
912
mgv7_spflags (Mapgen v7 flags) flags mountains,ridges mountains,ridges,nomountains,noridges
907
913
908
914
mgv7_np_terrain_base (Mapgen v7 terrain base noise parameters) noise_params 4, 70, (600, 600, 600), 82341, 5, 0.6, 2.0
@@ -920,9 +926,11 @@ mgv7_np_cave2 (Mapgen v7 cave2 noise parameters) noise_params 0, 12, (100, 100,
920
926
[***Mapgen flat]
921
927
922
928
# Map generation attributes specific to Mapgen flat.
923
- # Occasional lakes and hills added to the flat world.
929
+ # Occasional lakes and hills can be added to the flat world.
930
+ # The default flags set in the engine are: none
931
+ # The flags string modifies the engine defaults.
924
932
# Flags that are not specified in the flag string are not modified from the default.
925
- # Flags starting with "no" are used to explicitly disable them.
933
+ # Flags starting with 'no' are used to explicitly disable them.
926
934
mgflat_spflags (Mapgen flat flags) flags lakes,hills,,nolakes,nohills
927
935
928
936
# Y of flat ground.
@@ -1027,10 +1035,13 @@ mgfractal_np_cave2 (Mapgen fractal cave2 noise parameters) noise_params 0, 12, (
1027
1035
[****General]
1028
1036
1029
1037
# Map generation attributes specific to Mapgen Valleys.
1038
+ # 'altitude_chill' makes higher elevations colder, which may cause biome issues.
1039
+ # 'humid_rivers' modifies the humidity around rivers and in areas where water would tend to pool,
1040
+ # it may interfere with delicately adjusted biomes.
1041
+ # The default flags set in the engine are: altitude_chill, humid_rivers
1042
+ # The flags string modifies the engine defaults.
1030
1043
# Flags that are not specified in the flag string are not modified from the default.
1031
- # Flags starting with "no" are used to explicitly disable them.
1032
- # "altitude_chill" makes higher elevations colder, which may cause biome issues.
1033
- # "humid_rivers" modifies the humidity around rivers and in areas where water would tend to pool. It may interfere with delicately adjusted biomes.
1044
+ # Flags starting with 'no' are used to explicitly disable them.
1034
1045
mg_valleys_spflags (Valleys C Flags) flags altitude_chill,humid_rivers altitude_chill,noaltitude_chill,humid_rivers,nohumid_rivers
1035
1046
1036
1047
# The altitude at which temperature drops by 20C
0 commit comments