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.",