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",