diff --git a/NewHorizons/Builder/Props/DetailBuilder.cs b/NewHorizons/Builder/Props/DetailBuilder.cs index 45b6df29..4a89431a 100644 --- a/NewHorizons/Builder/Props/DetailBuilder.cs +++ b/NewHorizons/Builder/Props/DetailBuilder.cs @@ -136,7 +136,7 @@ namespace NewHorizons.Builder.Props { if (t.GetComponents().Any(c => c == null)) { - Logger.LogError($"Failed to instantiate component at {t.GetPath()}"); + Logger.LogError($"Failed to instantiate component at {t.GetPath()}. This usually means there's a missing script."); } } } @@ -427,4 +427,4 @@ namespace NewHorizons.Builder.Props } } } -} \ No newline at end of file +} diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 65c09f02..82696e36 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1793,7 +1793,7 @@ }, "isRelativeToGroup": { "type": "boolean", - "description": "Whether the socket will be placed relative to the group it belongs to", + "description": "Whether the socket will be placed relative to the group it belongs to. Overrides `isRelativeToParent`", "default": true }, "probability": { diff --git a/NewHorizons/manifest.json b/NewHorizons/manifest.json index c5bbf50d..99486e9b 100644 --- a/NewHorizons/manifest.json +++ b/NewHorizons/manifest.json @@ -4,7 +4,7 @@ "author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book", "name": "New Horizons", "uniqueName": "xen.NewHorizons", - "version": "1.9.0", + "version": "1.9.1", "owmlVersion": "2.9.0", "dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],