diff options
author | Paramat <paramat@users.noreply.github.com> | 2018-04-05 21:52:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 21:52:10 +0100 |
commit | 5701f9e3898e5729e1602bb711af35603c67a964 (patch) | |
tree | 3ffd81411a4e6335fc64c1a5d9a5a418d3f81daa /builtin | |
parent | c6975febbab02db306329a93d4ccc3249df209e3 (diff) | |
download | minetest-5701f9e3898e5729e1602bb711af35603c67a964.tar.gz minetest-5701f9e3898e5729e1602bb711af35603c67a964.tar.bz2 minetest-5701f9e3898e5729e1602bb711af35603c67a964.zip |
Mgcarpathian: Remove insignificant 'base' noise variation (#7209)
Was only +-1 node over a scale of thousands of nodes.
Replace with 'base_level' parameter value.
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 4a2fa787e..99febe1ef 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1509,6 +1509,9 @@ mgv7_np_cave2 (Cave2 noise) noise_params_3d 0, 12, (67, 67, 67), 10325, 3, 0.5, # Flags starting with 'no' are used to explicitly disable them. mgcarpathian_spflags (Mapgen Carpathian specific flags) flags caverns caverns,nocaverns +# Defines the base ground level. +mgcarpathian_base_level (Base ground level) float 12.0 + # Controls width of tunnels, a smaller value creates wider tunnels. mgcarpathian_cave_width (Cave width) float 0.09 @@ -1535,9 +1538,6 @@ mgcarpathian_dungeon_ymax (Dungeon maximum Y) int 31000 [**Noises] -# 2D noise that defines the base ground level. -mgcarpathian_np_base (Base ground noise) noise_params_2d 12, 1, (2557, 2557, 2557), 6538, 4, 0.8, 0.5, eased - # Variation of biome filler depth. mgcarpathian_np_filler_depth (Filler depth noise) noise_params_2d 0, 1, (128, 128, 128), 261, 3, 0.7, 2.0, eased |