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