From 13d7a27774adc6d9af49a57dedfb816ff6cab3bd Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 3 Feb 2023 21:44:32 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 6b347b8e..ba181301 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1093,7 +1093,7 @@ }, "hasPhysics": { "type": "boolean", - "description": "Should this object dynamically move around?" + "description": "Should this object dynamically move around?\nThis tries to make all mesh colliders convex, as well as adding a sphere collider in case the detail has no others." }, "physicsMass": { "type": "number",