Hello, I have such a problem, I add the JDA (Java Discord Api) dependency in the bild.gradle file, then I use the classes from this library in the code, after I want to get mods.jar, I run this mod in the launcher (not in Idea) and I get an error about not finding a class from this library
Hello, if you just add jda dependencies and write some simple discord bot, and then generate output.jar and run this mod (not in the development environment), it will give an error that the class from the JDA library was not found
hello, I want to add JDA (Java discord api) to my mod, how do I do this so that my mod.jar already contains everything to get started, please if you can upload the full bild.gradle, using forge v36.2.39