From 8fd93a30d46ffb6c8d5609ce1dfa0601741173c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Aug 2022 11:58:18 +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 daf498d4..0a49d399 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -69,6 +69,10 @@ "type": "boolean", "description": "Does this config describe a quantum state of a custom planet defined in another file?" }, + "isStellarRemnant": { + "type": "boolean", + "description": "Does this config describe a stellar remnant of a custom star defined in another file?" + }, "Lava": { "description": "Add lava to this planet", "$ref": "#/definitions/LavaModule"