From 9403f03aefcb53d37ceeaee80ecc213ee63a0eb6 Mon Sep 17 00:00:00 2001 From: rearth Date: Sat, 4 Nov 2023 13:59:38 +0100 Subject: [PATCH] make normal temperature biomes more common --- biome-distribution/stages/spread_temperature_zones.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/biome-distribution/stages/spread_temperature_zones.yml b/biome-distribution/stages/spread_temperature_zones.yml index b92a1539..360fb3e4 100644 --- a/biome-distribution/stages/spread_temperature_zones.yml +++ b/biome-distribution/stages/spread_temperature_zones.yml @@ -10,6 +10,6 @@ stages: type: EXPRESSION expression: temperature(x, z) to: - cold: 1 - medium: 1 - warm: 1 \ No newline at end of file + cold: 2 + medium: 4 + warm: 3 \ No newline at end of file