Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Help with BaritoneAPI mapping

NateKomodo opened this issue ยท 7 comments

commented

What do you need help with?

When calling the Baritone API, i get a field not found error that i assume is caused by mapping issues. I referenced baritone by adding the latest api-forge and mixin 1.0.2 to my libs folder, then added

compile fileTree(dir: 'libs', include: ['*.jar']) 

to my build.gradle

I'm assuming one of the following is true:

  • I havent referenced baritone and mixin correctly or in the intentional way
  • I need to run some method for mapping

Any help?

Final checklist

  • I know how to properly use check boxes
  • I have not used any OwO's or UwU's in this issue.
commented

does it work in a dev env?

commented

does it work in a dev env?

Im running this via the runClient gradle task

commented

does it work if you run it through the provided intellij app?

commented

does it work if you run it through the provided intellij app?

I'm not sure what you mean by that, is there a sample project I've missed?

commented

You're able to create an "application" for intellij if you're using forgegradle, which allows you to run a debugger with your forge mod. You should just be able to run genIntellijRuns and then get this
maim-2020-05-17-21-26-34

commented

Works fine when built, so I'll assume something wrong with the runClient gradle task

commented

Yea, that's why I asked about the application, I don't recommend using runClient.