Stardew_Valley_Mods/GeneralMods/CustomNPCFramework/manifest.json

14 lines
356 B
JSON

{
"Name": "Custom NPC Framework",
"Author": "Alpha_Omegasis",
"Version": "0.1.0",
"Description": "A system to add custom NPCs to Stardew.",
"UniqueID": "Omegasis.CustomNPCFramework",
"EntryDll": "CustomNPCFramework.dll",
"MinimumApiVersion": "2.10.1",
"UpdateKeys": [],
"Dependencies": [
{ "UniqueID": "Omegasis.StardustCore" }
]
}