From abd8c5fe830e32a14d98abf35f960714e83b9571 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 May 2022 00:53:48 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 51799ff1..fe6c582a 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -336,7 +336,7 @@ }, "useBasicCloudShader": { "type": "boolean", - "description": "Set to `false` in order to use Giant's deep shader. Set to `true` to just apply the cloud texture as is." + "description": "Set to `false` in order to use Giant's Deep's shader. Set to `true` to just apply the cloud texture as is." } } }, @@ -1291,12 +1291,12 @@ "format": "float" }, "position": { - "description": "Position of this volcano", + "description": "Position of this volcano.", "$ref": "#/definitions/MVector3" }, "scale": { "type": "number", - "description": "Scale of this volcano", + "description": "Scale of the meteors.", "format": "float" }, "stoneTint": {