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

Created on 7 Aug 2019  路  7Comments  路  Source: cabaletta/baritone

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

question

Most helpful comment

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.

All 7 comments

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.

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.

It works fine. THANKS

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 :)

Thanks for the Sharing 鉂わ笍

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

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 https://github.com/cabaletta/baritone/issues/1235

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RealIndrit picture RealIndrit  路  3Comments

arkast picture arkast  路  4Comments

babbaj picture babbaj  路  3Comments

Dacred picture Dacred  路  3Comments

cyruscook picture cyruscook  路  3Comments