stardew_valley/FarmTypeManager/manifest.json
2024-01-11 05:38:42 +08:00

25 lines
743 B
JSON

{
"Name": "Farm Type Manager",
"Author": "Esca",
"Version": "1.16.2",
"Description": "Allows custom spawning of content from each farm type: forage, large objects, ore, and monsters",
"UniqueID": "Esca.FarmTypeManager",
"EntryDll": "FarmTypeManager.dll",
"MinimumApiVersion": "3.12.0",
"UpdateKeys": [ "Nexus:3231", "GitHub:Esca-MMC/FarmTypeManager", "ModDrop:598755" ],
"Dependencies": [
{
"UniqueID": "spacechase0.GenericModConfigMenu",
"IsRequired": false
},
{
"UniqueID": "Cherry.ExpandedPreconditionsUtility",
"IsRequired": false
},
{
"UniqueID": "Pathoschild.ContentPatcher",
"MinimumVersion": "1.22.0",
"IsRequired": true
}
]
}