Posted March 16, 201411 yr In short, how do I tell MCP to use external libraries when recompiling? I've tried putting the jars almost everywhere I can think of, and I don't think I should have to decompile them to use them. Eclipse recognizes them fine, it's just MCP giving me problems.
March 16, 201411 yr MCP? Or Gradle? Are you not using Forge? If you are using Forge + Gradle, you need to specify them in your build.gradle file: dependencies { compile files ( "filePathRelativeToWorkingDirectory/completeNameOfReferencedLibrary.jar", "eclipse/mods/1.7.2-SomeReferencedMod-1.0.jar" // <-- example ) } Otherwise I have no idea :\ http://i.imgur.com/NdrFdld.png[/img]
March 16, 201411 yr Did you try putting them alongside the other libraries ? It was something like mcp/jars/libs last time i checked.
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.