From 82bb5ef64eed7346b1a55b32cde479a763c097bd Mon Sep 17 00:00:00 2001 From: James Seibel Date: Fri, 3 Oct 2025 06:58:04 -0500 Subject: [PATCH] fix typo in far falloff --- .../src/main/resources/assets/distanthorizons/lang/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/assets/distanthorizons/lang/en_us.json b/core/src/main/resources/assets/distanthorizons/lang/en_us.json index 52391a019..eac6d836c 100644 --- a/core/src/main/resources/assets/distanthorizons/lang/en_us.json +++ b/core/src/main/resources/assets/distanthorizons/lang/en_us.json @@ -273,7 +273,7 @@ "distanthorizons.config.client.advanced.graphics.fog.farFogFalloff": "Fog Falloff", "distanthorizons.config.client.advanced.graphics.fog.farFogFalloff.@tooltip": - "How should the fog thickness should be calculated? \n\nLINEAR: Linear based on distance (will ignore 'density')\nEXPONENTIAL: 1/(e^(distance*density)) \nEXPONENTIAL_SQUARED: 1/(e^((distance*density)^2) \n", + "How should the fog thickness should be calculated? \n\nLINEAR: Linear based on distance (will ignore 'density')\nEXPONENTIAL: 1/(e^(distance*density)) \nEXPONENTIAL_SQUARED: 1/(e^((distance*density)^2)) \n", "distanthorizons.config.client.advanced.graphics.fog.farFogDensity": "Fog Density", "distanthorizons.config.client.advanced.graphics.fog.farFogDensity.@tooltip": @@ -315,7 +315,7 @@ "distanthorizons.config.client.advanced.graphics.fog.heightFog.heightFogFalloff": "Height Fog Falloff", "distanthorizons.config.client.advanced.graphics.fog.heightFog.heightFogFalloff.@tooltip": - "How should the height fog thickness should be calculated? \n\nLINEAR: Linear based on height (will ignore 'density')\nEXPONENTIAL: 1/(e^(height*density)) \nEXPONENTIAL_SQUARED: 1/(e^((height*density)^2) \n", + "How should the height fog thickness should be calculated? \n\nLINEAR: Linear based on height (will ignore 'density')\nEXPONENTIAL: 1/(e^(height*density)) \nEXPONENTIAL_SQUARED: 1/(e^((height*density)^2)) \n", "distanthorizons.config.client.advanced.graphics.fog.heightFog.heightFogDensity": "Height Fog Density", "distanthorizons.config.client.advanced.graphics.fog.heightFog.heightFogDensity.@tooltip":