Geforce Posted June 5, 2014 Posted June 5, 2014 Hello everyone, I'm using the PircBot API to let users of my mod easily report bugs to my IRC channel. Everything works fine in eclipse, but what do I need to add to my build.gradle file to make it add the library to my rebuilt mod .jar correctly? I currently have the library (named 'pircbot-1.5.0') in a 'lib' folder in my root MCP folder, and the default build.gradle file. Thanks for reading! ~Geforce Quote Potato's have skin. I have skin. Therefore, i am a potato. Follow me on Twitter! http://www.twitter.com/I_Mod_Minecraft
coolAlias Posted June 6, 2014 Posted June 6, 2014 You need to add the dependencies to your build.gradle file: dependencies { compile files ( "lib/pircbot-1.5.0.jar" ) } Quote http://i.imgur.com/NdrFdld.png[/img]
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.