From 4cf8042b7c8c4dd56cb0a749fb03d9653aa48983 Mon Sep 17 00:00:00 2001 From: paramat Date: Wed, 10 Dec 2014 06:25:03 +0000 Subject: Biome API: Reduce heat and humidity persistences to 0.5 --- src/mapgen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mapgen.h') diff --git a/src/mapgen.h b/src/mapgen.h index 834495036..b4cfd67ba 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -121,8 +121,8 @@ struct MapgenParams { chunksize = 5; flags = MG_TREES | MG_CAVES | MG_LIGHT; sparams = NULL; - np_biome_heat = NoiseParams(50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70, 2.0); - np_biome_humidity = NoiseParams(50, 50, v3f(500.0, 500.0, 500.0), 842, 3, 0.55, 2.0); + np_biome_heat = NoiseParams(50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.5, 2.0); + np_biome_humidity = NoiseParams(50, 50, v3f(500.0, 500.0, 500.0), 842, 3, 0.5, 2.0); } }; -- cgit v1.2.3