Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

Is there a way to have baritone and optifine in 1.14.4?

Ming-A opened this issue · 7 comments

commented

Is there a way to have baritone and optifine in 1.14.4?

commented

Can I get an updated version of this .JSON it is a bit outdated I think and i'm struggling to figure out what needs to be changed besides 1.14.4_hd_u_f2 to f3

See this I have covered here #1235

commented

Yes, there is. I made it work by combining the version files of optifine and baritone. Install optifine first, then create another version folder named 1.14.4-Baritone-w-Optifine and save this config in it as 1.14.4-Baritone-w-Optifine.json:

{
  "id": "1.14.4-Baritone-w-Optifine",
  "inheritsFrom": "1.14.4",
  "time": "2019-08-02T21:51:45+03:00",
  "releaseTime": "2019-08-02T21:51:45+03:00",
  "type": "release",
  "libraries": [
    {
      "name": "optifine:OptiFine:1.14.4_HD_U_F2"
    },
    {
      "name": "optifine:launchwrapper-of:2.1"
    },
    {
      "name": "cabaletta:baritone-api:1.4",
      "url": "https://impactdevelopment.github.io/maven/"
    },
    {
      "name": "com.github.ImpactDevelopment:SimpleTweaker:1.2",
      "url": "https://impactdevelopment.github.io/maven/"
    },
    {
      "name": "org.spongepowered:mixin:0.7.11-SNAPSHOT",
      "url": "http://dl.liteloader.com/versions/"
    },
    {
      "name": "org.ow2.asm:asm-all:5.0.3",
      "url": "http://repo1.maven.org/maven2/"
    }
  ],
  "mainClass": "net.minecraft.launchwrapper.Launch",
  "minimumLauncherVersion": "21",
  "arguments": {
    "game": [
      "--tweakClass",
      "optifine.OptiFineTweaker",
      "--tweakClass",
      "baritone.launch.BaritoneTweaker"
    ]
  }
}

The only issue I've noticed is that some shaders mess up the lines and boxes baritone draws.

commented

The only issue I've noticed is that some shaders mess up the lines and boxes baritone draws.

Yeah this is an issue for all client mods with shaders, not just baritone.

commented

It works fine. THANKS

commented

Yes, there is. I made it work by combining the version files of optifine and baritone. Install optifine first, then create another version folder named 1.14.4-Baritone-w-Optifine and save this config in it as 1.14.4-Baritone-w-Optifine.json:

{
  "id": "1.14.4-Baritone-w-Optifine",
  "inheritsFrom": "1.14.4",
  "time": "2019-08-02T21:51:45+03:00",
  "releaseTime": "2019-08-02T21:51:45+03:00",
  "type": "release",
  "libraries": [
    {
      "name": "optifine:OptiFine:1.14.4_HD_U_F2"
    },
    {
      "name": "optifine:launchwrapper-of:2.1"
    },
    {
      "name": "cabaletta:baritone-api:1.4",
      "url": "https://impactdevelopment.github.io/maven/"
    },
    {
      "name": "com.github.ImpactDevelopment:SimpleTweaker:1.2",
      "url": "https://impactdevelopment.github.io/maven/"
    },
    {
      "name": "org.spongepowered:mixin:0.7.11-SNAPSHOT",
      "url": "http://dl.liteloader.com/versions/"
    },
    {
      "name": "org.ow2.asm:asm-all:5.0.3",
      "url": "http://repo1.maven.org/maven2/"
    }
  ],
  "mainClass": "net.minecraft.launchwrapper.Launch",
  "minimumLauncherVersion": "21",
  "arguments": {
    "game": [
      "--tweakClass",
      "optifine.OptiFineTweaker",
      "--tweakClass",
      "baritone.launch.BaritoneTweaker"
    ]
  }
}

The only issue I've noticed is that some shaders mess up the lines and boxes baritone draws.

It works for me, thanks :)

commented

Thanks for the Sharing ❤️

commented

Can I get an updated version of this .JSON it is a bit outdated I think and i'm struggling to figure out what needs to be changed besides 1.14.4_hd_u_f2 to f3