fix Custom NPC Framework not specifying dependency
This commit is contained in:
parent
7ba11188bc
commit
f4735a5883
|
@ -6,5 +6,8 @@
|
||||||
"UniqueID": "Omegasis.CustomNPCFramework",
|
"UniqueID": "Omegasis.CustomNPCFramework",
|
||||||
"EntryDll": "CustomNPCFramework.dll",
|
"EntryDll": "CustomNPCFramework.dll",
|
||||||
"MinimumApiVersion": "2.0",
|
"MinimumApiVersion": "2.0",
|
||||||
"UpdateKeys": []
|
"UpdateKeys": [],
|
||||||
|
"Dependencies": [
|
||||||
|
{ "UniqueID": "Omegasis.StardustCore" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue