Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

How to get MCP friendly(human readable) titles from baritone forge api?

ashdawngary opened this issue ยท 1 comments

commented

I am currently using the baritone-api-forge-1.2.11.jar file in order to develop some processes for baritone. Everything works fine, except I am unable to access anything related to Minecraft. This is becuase all the class names are notch obfuscated (1-3 letter words like aio). This results in Intelij being confused as it cant find these declerations, but I do have the deobfuscated classes like Entity and Item. Example:
image
The first parameter would like aow which is a Block, but there is no way to use it as when I compile it wants a instance of aow and not the class i provide.

commented

I did some very jank stuff and patched the source for my version, it works better now thanks