SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Get mod name + URL from modlist for dependency errors

Pathoschild opened this issue ยท 2 comments

commented

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).

commented

Partly done via #439, just missing the URL.

commented

Done in develop for the upcoming SMAPI 2.5.