From f4735a588335765372f75614a29758ff2a22d28a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 6 Jan 2019 00:33:12 -0500 Subject: [PATCH] fix Custom NPC Framework not specifying dependency --- GeneralMods/CustomNPCFramework/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" } + ] }