Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

How to use the Baritone API?

stenlan opened this issue ยท 4 comments

commented

What do you need help with?

I can't seem to understand how to get started on creating a mod that utilizes the Baritone API. I know modloaders like Fabric and Forge (except 1.12) aren't supported, so how do I create a mod that utilizes the API then? Am I missing something in that Minecraft has some kind of native modding support now? Do I need to write my own launch wrapper? Sorry if this is a dumb question, but I couldn't related information anywhere either. Thanks in advance.

Final checklist

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

Call BaritoneAPI.method();

commented

also read the docs

commented

Call BaritoneAPI.method();

In what?? I can't use any mod loader, so how do I even extend minecraft's code, unless I'm missing something ENTIRELY obvious?? I'm so confused right now...

also read the docs

I have read the docs, I can read documentation and would know how to use the actual API, once I know how to get started even accessing it... I feel like I'm really missing something obvious here or I'm just plain retarded

commented

That's completely up to you as to what you use. It's not baritones responsibility as to what you use to launch mc. You could use ClientAPI or Forge, and some people have gotten it working on Fabric.