From 5acd94293cc88ea6f874e6196593372e5254d8f8 Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 21 Apr 2023 02:35:13 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 624ec08e..cc150d25 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -929,6 +929,7 @@ "type": "number", "description": "How many times this tile will tile across each \"side\" of the planet, so around the equator, this tile will loop scale * 4 times.", "format": "float", + "default": 1.0, "minimum": 0.0 }, "textureTile": { @@ -946,7 +947,8 @@ "normalStrength": { "type": "number", "description": "Strength of the tile normal. Usually 0-1, but can go above, or negative to invert the map.", - "format": "float" + "format": "float", + "default": 1.0 } } },