From c9d6335a6b5cff16b962041af804c503ca3fe76f Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 14 Feb 2025 05:35:02 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 1b18d953..f83ad9fb 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -43,6 +43,11 @@ "type": "string" } }, + "checkForExisting": { + "type": "boolean", + "description": "optimization. turn this off if you know you're generating a new body and aren't worried about other mods editing it.", + "default": true + }, "AmbientLights": { "type": "array", "description": "Add ambient lights to this body",