From 11e9cf8769dc8472b39cd032d316da24913d049d Mon Sep 17 00:00:00 2001 From: Ben C Date: Sat, 18 Mar 2023 16:53:33 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/star_system_schema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index e68cc226..c3134326 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -143,6 +143,11 @@ "type": "string", "description": "A ship log fact which will make a prompt appear showing the coordinates when you're in the Vessel." }, + "hasPhysics": { + "type": "boolean", + "description": "Whether the vessel should have physics enabled. This must be set to false for the vessel to stay attached to a parent body.", + "default": true + }, "vesselSpawn": { "description": "The location that the vessel will warp to.", "$ref": "#/definitions/VesselInfo" @@ -216,11 +221,6 @@ "rename": { "type": "string", "description": "An optional rename of this object" - }, - "hasPhysics": { - "type": "boolean", - "description": "Whether the vessel should have physics enabled. This must be set to false for the vessel to stay attached to a parent body.", - "default": true } } },