Stardew_Valley_Mods/GeneralMods/SundropMapEvents/manifest.json

14 lines
342 B
JSON
Raw Normal View History

2018-02-24 05:55:51 +08:00
{
2019-01-06 15:21:06 +08:00
"Name": "SunDrop Map Events",
2018-02-24 05:55:51 +08:00
"Author": "Alpha_Omegasis",
"Version": "0.1.0",
"Description": "A system to add events to the SunDropMod",
"UniqueID": "SunDrop.MapEvents",
"EntryDll": "SunDropMapEvents.dll",
2019-01-06 15:21:06 +08:00
"MinimumApiVersion": "2.10.1",
"UpdateKeys": [],
2018-02-24 05:55:51 +08:00
"Dependencies": [
{ "UniqueID": "Omegasis.EventSystem" }
]
2018-02-24 05:55:51 +08:00
}