forked from RepoMirrors/baritone
Can't forget the tweaker
This commit is contained in:
parent
caccc3001e
commit
ecd8da553b
|
@ -74,6 +74,10 @@ The final step is "registering" the Baritone library with Impact, so that it loa
|
|||
"name": "cabaletta:baritone:1.0.0"
|
||||
},
|
||||
```
|
||||
- Now find the ``"minecraftArguments": "..."`` text near the top.
|
||||
- At the very end of the quotes where it says ``--tweakClass clientapi.load.ClientTweaker"``, add on the following so it looks like:
|
||||
- ``--tweakClass clientapi.load.ClientTweaker --tweakClass baritone.launch.BaritoneTweakerOptifine"``
|
||||
- It should now read something like
|
||||
- If you didn't close your launcher for this step, restart it now.
|
||||
- You can now launch Impact 4.3 as normal, and Baritone should start up
|
||||
|
||||
|
|
Loading…
Reference in New Issue