From 59e7870aa7423d2daf5eefe5af6bc95f31ea5fb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Jul 2022 02:39:46 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index f9961c6e..8772f24c 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1320,6 +1320,22 @@ "type": "integer", "description": "The number used as entropy for scattering the props", "format": "int32" + }, + "minHeight": { + "type": [ + "null", + "number" + ], + "description": "The lowest height that these object will be placed at (only relevant if there's a heightmap)", + "format": "float" + }, + "maxHeight": { + "type": [ + "null", + "number" + ], + "description": "The highest height that these objects will be placed at (only relevant if there's a heightmap)", + "format": "float" } } },