Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-20 19:13:42 +00:00
parent 13b6c18475
commit fa66b1b053

View File

@ -1071,6 +1071,18 @@
"position": { "position": {
"description": "Position of the geyser", "description": "Position of the geyser",
"$ref": "#/definitions/MVector3" "$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"
} }
} }
}, },