From 50f2dc16251f19d4a0d35c0a5e93429d7bcfca7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 17 Sep 2022 18:44:44 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 3fdc9ce5..75424b21 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1376,7 +1376,12 @@ "scale": { "type": "number", "description": "Scale this prop once it is placed", - "format": "float" + "format": "float", + "default": 1.0 + }, + "stretch": { + "description": "Scale each axis of the prop. Overrides `scale`.", + "$ref": "#/definitions/MVector3" }, "seed": { "type": "integer",