From 4967e483b617e50332869d42975e0b947c41971f Mon Sep 17 00:00:00 2001 From: paramat Date: Mon, 7 Sep 2015 02:15:13 +0100 Subject: Mgv5/mgv7 biomes: Reduce heat and humidity noise spreads to former value of 750 --- minetest.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 54fd66bcb..695e413c9 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -733,9 +733,9 @@ # other noise parameters are shown in positional format to save space. # Noise parameters for biome API temperature, humidity and biome blend -#mg_biome_np_heat = 50, 50, (1000, 1000, 1000), 5349, 3, 0.5, 2.0 +#mg_biome_np_heat = 50, 50, (750, 750, 750), 5349, 3, 0.5, 2.0 #mg_biome_np_heat_blend = 0, 1.5, (8, 8, 8), 13, 2, 1.0, 2.0 -#mg_biome_np_humidity = 50, 50, (1000, 1000, 1000), 842, 3, 0.5, 2.0 +#mg_biome_np_humidity = 50, 50, (750, 750, 750), 842, 3, 0.5, 2.0 #mg_biome_np_humidity_blend = 0, 1.5, (8, 8, 8), 90003, 2, 1.0, 2.0 #mgv5_np_filler_depth = 0, 1, (150, 150, 150), 261, 4, 0.7, 2.0 -- cgit v1.2.3