Updated Schemas

This commit is contained in:
Ben C 2024-10-04 18:46:59 +00:00
parent 63c8f09a4a
commit dd78f62f33

View File

@ -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
},