From a696874673f5e0223e7cd830a2e3a6e8b7eba1a2 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 2 May 2022 02:46:17 -0400 Subject: [PATCH] Update schema.json --- NewHorizons/schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index d5ee8cd1..ad269b6d 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -763,6 +763,14 @@ "position": { "$ref": "#/$defs/vector3", "description": "The position of this volcano." + }, + "stoneTint": { + "$ref": "#/$defs/color", + "description": "The colour of the meteor's stone." + }, + "lavaTint": { + "$ref": "#/$defs/color", + "description": "The colour of the meteor's lava." } } }