Pathoschild opened this issue 8 years ago ยท 1 comments
SMAPI only recognises direct Mod subclasses (type.BaseType == typeof(Mod)); allow indirect implementations too (typeof(Mod).IsAssignableFrom(type)).
Mod
type.BaseType == typeof(Mod)
typeof(Mod).IsAssignableFrom(type)
Done in develop for the upcoming SMAPI 1.9 release.
develop