Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

How do you actually start working with Baritone?

ctrlaltmilk opened this issue ยท 1 comments

commented

What do you need help with?

I'm trying to integrate the Baritone source into a newly decompiled client, and cannot figure out a way to instantiate a new Baritone without causing a crash. Any calls to BaritoneAPI immediately crash, as that class needs an IBaritoneProvider to function. Unfortunately, BaritoneProvider (the only class implementing IBaritoneProvider as far as I can tell) generates a BaritoneChatControl which calls BaritoneAPI.getSettings(), and since the BaritoneProvider is in the process of being created the game crashes.

Final checklist

  • I have not used any OwO's or UwU's in this issue.
commented

Never mind - decided to not be an idiot and compile it the right way.