Josiah Glosson

Results 105 comments of Josiah Glosson

Modpacks actually contain this information. However, loader installation is specific to the launcher. I guess I could support the Vanilla launcher specifically for this purpose.

The CurseForge pack support has not yet made it into a release

These issues have nothing to do with the installer.

Shimmer doesn't work on Quilt because the mod is returning `null` from a method that is supposed to be not-null, which somehow works on Fabric, but doesn't on Quilt (as...

The weird thing is that the only place I found where it doesn't work is that they're returning null from a method that should never have null returned from it....

Yeah, Quilt could probably handle that a bit better (like mimicking Fabric), but honestly it's just luck at this point that that *doesn't* crash on Fabric.

I don't think it would be that hard to implement, though the feature would require the same mods as Fresh Animations does (so ETF and EMF).

It occurs with Apache Commons IO as well, where I have personally experienced `NoClassDefFoundError`s on NeoForge.

Reloaders added not through the API will always be grouped where they're added. Any reloaders added by the API are sorted and inserted after all other reloaders.