From 21d11702c631e3362d5faffe394bb11d6281db15 Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 23 Dec 2024 22:45:15 +0000 Subject: [PATCH] Increased chance of rain --- project/assets/configs/weather.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/assets/configs/weather.json b/project/assets/configs/weather.json index c631b8d2..83222b12 100644 --- a/project/assets/configs/weather.json +++ b/project/assets/configs/weather.json @@ -20,7 +20,7 @@ }, "rain": { "values": [1, 2, 3, 4, 5], - "weights": [25, 1, 1, 1, 1] + "weights": [20, 1, 1, 1, 1] }, "rainIntensity": { "min": 0,