Updated Schemas

This commit is contained in:
Ben C 2025-02-14 05:35:02 +00:00
parent b8d7af90f1
commit c9d6335a6b

View File

@ -43,6 +43,11 @@
"type": "string" "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": { "AmbientLights": {
"type": "array", "type": "array",
"description": "Add ambient lights to this body", "description": "Add ambient lights to this body",