Posted November 16, 201411 yr I need help with installing a library. I know how to install a library in normal java and maven, but I'm now sure how to do it in forge. My best guess is something with build.gradle? But I don't know. The library I want to install is Jsoup, to check if a new version is available for my mod by checking my website.
November 16, 201411 yr The actual downloading of libraries can be done through the build.gradle file, but if you need the library to be installed for your mod as a hard dependency then you're going to need to repackage it somehow. BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
November 16, 201411 yr What do mean by repackage? Take the code out of the jar and place it in my mod?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.