blupilot 0 Report post Posted May 28, 2017 (edited) Hello, I am trying to require Baubles in my mod so I can add custom necklaces, rings, etc. I tried extracting the APIs .zip file to the src/api/java I get errors such as "Cannot resolve <class_here>" and "Cannot access <class_here>" in the APIs code. I am also unable to import from it in my own code. Anyone know what the problem could be? Thanks in advance Update: Turns out the problem was that I was putting the api in the wrong folder, silly me Edit: Typo Edit 2: Also I tried adding it as a dependency, when I did "gradlew dependencies" baubles was able to be downloaded from jitpack, but I still couldn't import from it. Edited May 30, 2017 by blupilot Solved Share this post Link to post Share on other sites
blupilot 0 Report post Posted May 28, 2017 Bump, also I'm using 1.10.2 if that matters Share this post Link to post Share on other sites
blupilot 0 Report post Posted May 29, 2017 (edited) Update: I tried looking around this forum for answers and all I found was this, the answer was what I already tried to do and it didn't seem to work. Edit: Typo Edited May 29, 2017 by blupilot Share this post Link to post Share on other sites
blupilot 0 Report post Posted May 29, 2017 Bump. Sorry If I seem impatient Been having trouble with this for a while. Share this post Link to post Share on other sites
V0idWa1k3r 305 Report post Posted May 30, 2017 I do not know if this is the correct way to do it(i'm pretty sure it isn't and the correct one is described in the topic you've linked) but you could add your dependencies as external jar libraries in eclipse as a workaround. Share this post Link to post Share on other sites
blupilot 0 Report post Posted May 30, 2017 Ah, well I use IntelliJ but I assume I can do the same thing. I'll try it out, thanks! Share this post Link to post Share on other sites
blupilot 0 Report post Posted May 30, 2017 Update: I am an idiot, turns out I was putting the api in "src/api/java" instead of just "src/api" Share this post Link to post Share on other sites
MFMods 8 Report post Posted May 30, 2017 i truly wish we had a repository of information how to connect to all those apis out there... now, if you make a simple block, you're facing a nightmare if you want to register it with crusher machines for example. Share this post Link to post Share on other sites