ldodds Posted November 24, 2012 Share Posted November 24, 2012 I have a mod that uses some open source libraries packaged as separate jar files. During development I've been adding these to the lib directory. Once added to the eclipse project this works fine. When I'm ready to distribute my mod where would these jars need to be placed? Will minecraft forge add extra jar files from a standard location, e.g mods/lib or similar? I couldn't see any documentation on this, so thought I'd ask. Cheers, L. Quote Link to comment Share on other sites More sharing options...
HMPerson1 Posted November 25, 2012 Share Posted November 25, 2012 This should go in the Modder Support forum, but I will help anyway. Poke around with ILibrarySet and RelaunchLibraryManager. Your mod will need to be a so-called "coremod" for this to work (i.e. it implements IFMLLoadingPlugin). Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!! Link to comment Share on other sites More sharing options...
luacs1998 Posted November 25, 2012 Share Posted November 25, 2012 Look in our wiki, there's a tutorial written by keepcalm under the intermediate section. Quote Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to. Link to comment Share on other sites More sharing options...
HMPerson1 Posted November 25, 2012 Share Posted November 25, 2012 There is? I can't seem to find it, otherwise I would have linked to it. Quote There's an EAQ for a reason. Read it! "Note that failure to read this will make you look idiotic. You don't want that do you?" -- luacs1998 First rule of bug reports: More information is always better. Oh, and logs OR IT DIDN'T HAPPEN!! Link to comment Share on other sites More sharing options...
Recommended Posts
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.