Documentation on how to add dependencies to a mod?
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)?
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 yeah, I should do something for that.
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.