Get mod name + URL from modlist for dependency errors
Pathoschild opened this issue ยท 2 comments
When a mod has a missing dependency, it shows an error with the required mod's ID:
Skipped [...] Cobalt 1.1.2 because it requires mods which aren't installed (Platonymous.Toolkit).
Get the required mod's name and URL from SMAPI's internal modlist where available:
Skipped [...] Cobalt 1.1.2 because it requires mods which aren't installed (PyTK: https://www.nexusmods.com/stardewvalley/mods/1726).
Partly done via #439, just missing the URL.