Stardew_Valley_Mods/GeneralMods/OutDatedMods/AdditionalCropsFramework/manifest.json

21 lines
524 B
JSON
Raw Normal View History

{
"Name": "AdditionalCropsFramework",
"Author": "Alpha_Omegasis",
"Version": {
"MajorVersion": 1,
"MinorVersion": 0,
"PatchVersion": 0,
"Build": null
},
"MinimumApiVersion": "1.15",
"Description": "Allows additional crops to be added to their own .xnb files without having to override crop.xnb!",
"UniqueID": "Omegasis.AdditionalCropsFramework",
"EntryDll": "AdditionalCropsFramework.dll",
"Dependencies": [
{
"UniqueID": "Omegasis.StardustCore",
"IsRequired": true
}
]
}