Update schema.json

This commit is contained in:
Nick 2022-05-02 02:46:17 -04:00
parent c01079f102
commit a696874673

View File

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