FancyModLoader
FancyModLoader copied to clipboard
`IModLanguageProvider#loadMod` signature is really weird
The signature is:
interface IModLanguageLoader {
<T> T loadMod(IModInfo info, ModFileScanData modFileScanResults, ModuleLayer layer);
}
however T should actually be ModContainer, which is NOT part of the SPI. A bit tricky to handle I think.