From 3f9d0dca0e77806b360b6c226978c1d96d41f94a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Jul 2022 03:23:47 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index ad7edbda..bb04938c 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1870,6 +1870,10 @@ "description": "Colour of the star.", "$ref": "#/definitions/MColor" }, + "starRampTexture": { + "type": "string", + "description": "Path to the texture to put as the star ramp. Optional." + }, "lightRadius": { "type": "number", "description": "How far the light from the star can reach.",