From fa66b1b0533a3abfe86ea5ac8fd34060b1670f36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Jul 2022 19:13:42 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 741b82dc..577f7698 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1071,6 +1071,18 @@ "position": { "description": "Position of the geyser", "$ref": "#/definitions/MVector3" + }, + "disableBubbles": { + "type": "boolean", + "description": "Disable the individual particle systems of the geyser" + }, + "disableShaft": { + "type": "boolean", + "description": "Disable the individual particle systems of the geyser" + }, + "disableSpout": { + "type": "boolean", + "description": "Disable the individual particle systems of the geyser" } } },