Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Issue with the settings in the api

HeronErin opened this issue ยท 2 comments

commented

Possible issue with the api

I am working with baritone-api-fabric-1.6.3 and am having issues with BaritoneAPI.getSettings(). When the setting is selected the value attribute can't be resolved. I'm thinking that the Settings$Setting class is mistakingly obfuscated. That or I am stupid when working with the API. I know that it is not my setup that is an issue because I can set goals.

Edit: This error disappears after switching from the API to the unoptimized version, so it is an obfuscation config error.

Final checklist

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

If this issue is an obfuscation problem it's proguards fault or this line does not actually cover everything under baritone.api

-keep class baritone.api.** { *; } # this is the keep api

commented

Fixed in #3309