diff --git a/GeneralMods/CustomNPCFramework/manifest.json b/GeneralMods/CustomNPCFramework/manifest.json index 0aec6403..14861572 100644 --- a/GeneralMods/CustomNPCFramework/manifest.json +++ b/GeneralMods/CustomNPCFramework/manifest.json @@ -6,5 +6,8 @@ "UniqueID": "Omegasis.CustomNPCFramework", "EntryDll": "CustomNPCFramework.dll", "MinimumApiVersion": "2.0", - "UpdateKeys": [] + "UpdateKeys": [], + "Dependencies": [ + { "UniqueID": "Omegasis.StardustCore" } + ] }