FoxLoader icon indicating copy to clipboard operation
FoxLoader copied to clipboard

Documentation on how to add dependencies to a mod?

Open tulpenkiste opened this issue 1 year ago • 14 comments

Hi, I've recently tried to add a gradle dependency to one of my mods (dependency being discord4j) and I've noticed that its incredibly unclear on how to add a dependency, even when looking at the gradle plugin.

Is it possible this could be specified (or added if it doesn't already)?

tulpenkiste avatar Apr 07 '24 22:04 tulpenkiste

I've managed to get it to recognize a dependency, now it crashes on load on a normal client/server (due to the needed classes from a dependency not existing on libraries/ or the mod file).

tulpenkiste avatar Apr 08 '24 14:04 tulpenkiste

@tulpenkiste yeah, I should do something for that.

Fox2Code avatar Apr 14 '24 15:04 Fox2Code

I've managed to get it to recognize a dependency, now it crashes on load on a normal client/server (due to the needed classes from a dependency not existing on libraries/ or the mod file).

Forgot to mention, I did finally manage to do it... utilising one of the worst shell scripts I have ever written.

tulpenkiste avatar Apr 14 '24 17:04 tulpenkiste