diff options
author | Vaughan Lapsley <vlapsley@users.noreply.github.com> | 2017-09-03 02:01:13 +1000 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-09-02 18:01:13 +0200 |
commit | 2ac5a45faa26a9192ab3c3940d939b18b0df8b38 (patch) | |
tree | e6cbdbab2b7312873543eafe91e9d2290122e8d5 /minetest.conf.example | |
parent | c0dac4d9284b61c5ff411cbd45786ed14c200f37 (diff) | |
download | minetest-2ac5a45faa26a9192ab3c3940d939b18b0df8b38.tar.gz minetest-2ac5a45faa26a9192ab3c3940d939b18b0df8b38.tar.bz2 minetest-2ac5a45faa26a9192ab3c3940d939b18b0df8b38.zip |
Remove 3D noise from getSteps function (#6360)
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 9ce5bbd49..41453e4a9 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1842,7 +1842,7 @@ # 3D noise for mountain overhangs, cliffs, etc. Usually small variations. # type: noise_params -# mgcarpathian_np_mnt_var = 0, 1, (499, 499, 499), 2490, 5, 0.6, 2.0 +# mgcarpathian_np_mnt_var = 0, 1, (499, 499, 499), 2490, 5, 0.55, 2.0 # First of 2 3D noises that together define tunnels. # type: noise_params |