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