Posted May 28, 20178 yr 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, 20178 yr by blupilot Solved
May 29, 20178 yr Author 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, 20178 yr by blupilot
May 30, 20178 yr 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.
May 30, 20178 yr Author Ah, well I use IntelliJ but I assume I can do the same thing. I'll try it out, thanks!
May 30, 20178 yr Author Update: I am an idiot, turns out I was putting the api in "src/api/java" instead of just "src/api"
May 30, 20178 yr 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.
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.