Merge branch 'hawkbar-prop-cleanup' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into hawkbar-prop-cleanup

This commit is contained in:
Joshua Thome 2023-03-16 20:14:31 -05:00
commit cc9e86d712
3 changed files with 4 additions and 4 deletions

View File

@ -136,7 +136,7 @@ namespace NewHorizons.Builder.Props
{ {
if (t.GetComponents<Component>().Any(c => c == null)) if (t.GetComponents<Component>().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.");
} }
} }
} }

View File

@ -1793,7 +1793,7 @@
}, },
"isRelativeToGroup": { "isRelativeToGroup": {
"type": "boolean", "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 "default": true
}, },
"probability": { "probability": {

View File

@ -4,7 +4,7 @@
"author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book", "author": "xen, Bwc9876, clay, MegaPiggy, John, Trifid, Hawkbar, Book",
"name": "New Horizons", "name": "New Horizons",
"uniqueName": "xen.NewHorizons", "uniqueName": "xen.NewHorizons",
"version": "1.9.0", "version": "1.9.1",
"owmlVersion": "2.9.0", "owmlVersion": "2.9.0",
"dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ], "dependencies": [ "JohnCorby.VanillaFix", "_nebula.MenuFramework", "xen.CommonCameraUtility", "dgarro.CustomShipLogModes" ],
"conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ], "conflicts": [ "Raicuparta.QuantumSpaceBuddies", "PacificEngine.OW_CommonResources" ],