From 71b822daac2e1f8a60308d42e33c4cce8075276b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Aug 2022 02:44:41 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 5cc6a168..882e6509 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1037,6 +1037,10 @@ "keepLoaded": { "type": "boolean", "description": "Should this detail stay loaded even if you're outside the sector (good for very large props)" + }, + "hasPhysics": { + "type": "boolean", + "description": "Should this object dynamically move around" } } },