Forgelin lacks an @Mod so it can't be sorted as a dependancy
yrsegal opened this issue ยท 7 comments
This would allow much more informative error logs when trying to use the kotlin adapter, as right now it just has a generic ClassDefNotFound if Forgelin is missing, rather than having the standard dependency screen people are used to.
I would change it, but there's some mod that shades Forgelin, and adding an @mod class would then break when the mod that's shading it and Forgelin itself were in the same instance.
I still say that someone else doing something wrong isn't a good reason to prevent yourself from doing something right