From 70332333c2b2f1ab628462a9d90d6e9aaa62061d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Jul 2022 18:04:45 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index a3090912..1bb7afe9 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -680,9 +680,9 @@ "type": "integer", "description": "Resolution of the heightmap.\nHigher values means more detail but also more memory/cpu/gpu usage.\nThis value will be 1:1 with the heightmap texture width, but only at the equator.", "format": "int32", - "default": 256, - "maximum": 2147483647.0, - "minimum": 0.0 + "default": 200, + "maximum": 2000.0, + "minimum": 50.0 } } },