mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'hawkbar-prop-cleanup' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into hawkbar-prop-cleanup
This commit is contained in:
commit
cc9e86d712
@ -136,7 +136,7 @@ namespace NewHorizons.Builder.Props
|
||||
{
|
||||
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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -427,4 +427,4 @@ namespace NewHorizons.Builder.Props
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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" ],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user