From dd78f62f33f61db1a75ed97b29126c8680ba2fcd Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 4 Oct 2024 18:46:59 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index fbdfa018..04979b31 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -623,12 +623,12 @@ "additionalProperties": false, "properties": { "fogTint": { - "description": "The color of the fog inside this dimension. \nLeave blank for the default grayish color: (84, 83, 73)", + "description": "The color of the fog inside this dimension. \nLeave blank for the default grayish color: (84, 83, 73)\nThe alpha value has no effect of the fog: Use fogDensity instead!", "$ref": "#/definitions/MColor" }, "fogDensity": { "type": "number", - "description": "The density of the fog inside this dimension. The default is 6.", + "description": "The density of the fog inside this dimension. The default is 6. If you want no fog, set this to 0.", "format": "float", "default": 6.0 },