From bbd16000d4016392d8bb4282e9154a6349f07d47 Mon Sep 17 00:00:00 2001 From: input name Date: Sat, 7 Sep 2024 13:11:34 -0400 Subject: [PATCH] Update biome colors in the beyond to make the shadows less harsh with complimentary shaders --- .../data/allthemodium/worldgen/biome/the_beyond.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/allthemodium/worldgen/biome/the_beyond.json b/src/main/resources/data/allthemodium/worldgen/biome/the_beyond.json index d255ede0..f3b1ac68 100644 --- a/src/main/resources/data/allthemodium/worldgen/biome/the_beyond.json +++ b/src/main/resources/data/allthemodium/worldgen/biome/the_beyond.json @@ -3,8 +3,8 @@ "downfall": 0, "has_precipitation": false, "effects": { - "sky_color": 0, - "fog_color": 0, + "sky_color": 8180453, + "fog_color": 12638463, "water_color": 4159204, "water_fog_color": 329011, "grass_color": 9551193,