Help with BaritoneAPI mapping
NateKomodo opened this issue ยท 7 comments
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.
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?
Works fine when built, so I'll assume something wrong with the runClient gradle task