Shadowfacts' Forgelin

Shadowfacts' Forgelin

108M Downloads

Forgelin lacks an @Mod so it can't be sorted as a dependancy

yrsegal opened this issue ยท 7 comments

commented

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.

commented

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.

commented

Maybe that'd be a good way to convince that person to not shade it. :P

commented

The only problem is, I don't remember who's doing the shading :P

commented

I still say that someone else doing something wrong isn't a good reason to prevent yourself from doing something right

commented

It's me and I'm not doing it

commented

Alright, I'll try to change it soon.

commented

1.3.0 now has an @Mod annotated object, and you should be able to use required-after:forgelin; in @Mod.dependencies. It's on my Maven repo and is currently pending approval on CurseForge.