@@ -1328,7 +1328,7 @@ profiler_print_interval (Engine profiling data print interval) int 0
1328
1328
# Name of map generator to be used when creating a new world.
1329
1329
# Creating a world in the main menu will override this.
1330
1330
# Current stable mapgens:
1331
- # v5, v6, v7 (except floatlands), flat, singlenode.
1331
+ # v5, v6, v7 (except floatlands), singlenode.
1332
1332
# 'stable' means the terrain shape in an existing world will not be changed
1333
1333
# in the future. Note that biomes are defined by games and may still change.
1334
1334
mg_name (Mapgen name) enum v7 v5,v6,v7,valleys,carpathian,fractal,flat,singlenode
@@ -1347,8 +1347,6 @@ mapgen_limit (Map generation limit) int 31000 0 31000
1347
1347
# Global map generation attributes.
1348
1348
# In Mapgen v6 the 'decorations' flag controls all decorations except trees
1349
1349
# and junglegrass, in all other mapgens this flag controls all decorations.
1350
- # Flags that are not enabled are not modified from the default.
1351
- # Flags starting with 'no' are used to explicitly disable them.
1352
1350
mg_flags (Mapgen flags) flags caves,dungeons,light,decorations,biomes caves,dungeons,light,decorations,biomes,nocaves,nodungeons,nolight,nodecorations,nobiomes
1353
1351
1354
1352
# Whether dungeons occasionally project from the terrain.
@@ -1429,8 +1427,6 @@ mgv5_np_ground (Ground noise) noise_params_3d 0, 40, (80, 80, 80), 983240, 4, 0.
1429
1427
# The 'snowbiomes' flag enables the new 5 biome system.
1430
1428
# When the new biome system is enabled jungles are automatically enabled and
1431
1429
# the 'jungles' flag is ignored.
1432
- # Flags that are not enabled are not modified from the default.
1433
- # Flags starting with 'no' are used to explicitly disable them.
1434
1430
mgv6_spflags (Mapgen V6 specific flags) flags jungles,biomeblend,mudflow,snowbiomes,trees jungles,biomeblend,mudflow,snowbiomes,flat,trees,nojungles,nobiomeblend,nomudflow,nosnowbiomes,noflat,notrees
1435
1431
1436
1432
# Deserts occur when np_biome exceeds this value.
@@ -1485,8 +1481,6 @@ mgv6_np_apple_trees (Apple trees noise) noise_params_2d 0, 1, (100, 100, 100), 3
1485
1481
1486
1482
# Map generation attributes specific to Mapgen v7.
1487
1483
# 'ridges' enables the rivers.
1488
- # Flags that are not enabled are not modified from the default.
1489
- # Flags starting with 'no' are used to explicitly disable them.
1490
1484
mgv7_spflags (Mapgen V7 specific flags) flags mountains,ridges,nofloatlands,caverns mountains,ridges,floatlands,caverns,nomountains,noridges,nofloatlands,nocaverns
1491
1485
1492
1486
# Y of mountain density gradient zero level. Used to shift mountains vertically.
@@ -1582,8 +1576,6 @@ mgv7_np_cave2 (Cave2 noise) noise_params_3d 0, 12, (67, 67, 67), 10325, 3, 0.5,
1582
1576
[*Mapgen Carpathian]
1583
1577
1584
1578
# Map generation attributes specific to Mapgen Carpathian.
1585
- # Flags that are not enabled are not modified from the default.
1586
- # Flags starting with 'no' are used to explicitly disable them.
1587
1579
mgcarpathian_spflags (Mapgen Carpathian specific flags) flags caverns caverns,nocaverns
1588
1580
1589
1581
# Defines the base ground level.
@@ -1664,8 +1656,6 @@ mgcarpathian_np_cavern (Cavern noise) noise_params_3d 0, 1, (384, 128, 384), 723
1664
1656
1665
1657
# Map generation attributes specific to Mapgen flat.
1666
1658
# Occasional lakes and hills can be added to the flat world.
1667
- # Flags that are not enabled are not modified from the default.
1668
- # Flags starting with 'no' are used to explicitly disable them.
1669
1659
mgflat_spflags (Mapgen Flat specific flags) flags nolakes,nohills lakes,hills,nolakes,nohills
1670
1660
1671
1661
# Y of flat ground.
0 commit comments