From b3b9bb8aa523c8df64b1f0b9d88b5ea023735b0a Mon Sep 17 00:00:00 2001 From: Leijurv Date: Mon, 3 Sep 2018 10:11:42 -0700 Subject: [PATCH] prebuilt jar --- IMPACT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IMPACT.md b/IMPACT.md index 52934a642..29b15aeaa 100644 --- a/IMPACT.md +++ b/IMPACT.md @@ -2,11 +2,11 @@ Baritone will be in Impact 4.4 with nice integrations with its hacks, but if you're impatient you can run Baritone on top of Impact 4.3 right now. -First, clone and setup Baritone (instructions in main README.md). +You can either build Baritone yourself, or download the jar from Septmeber 3 from here -Then, build the jar. From the command line, it's `./gradlew build` (or `gradlew build` on Windows). In IntelliJ, you can just start the `build` task in the Gradle menu. +To build it yourself, clone and setup Baritone (instructions in main README.md). Then, build the jar. From the command line, it's `./gradlew build` (or `gradlew build` on Windows). In IntelliJ, you can just start the `build` task in the Gradle menu. -Then, copy it into place. It should be `build/libs/baritone-1.0.0.jar` in baritone. Copy it to your libraries in your Minecraft install. For example, on Mac I do `cp Documents/baritone/build/libs/baritone-1.0.0.jar Library/Application\ Support/minecraft/libraries/cabaletta/baritone/1.0/baritone-1.0.jar`. The first time you'll need to make the directory `cabaletta/baritone/1.0` in libraries first. +Copy the jar into place. It should be `build/libs/baritone-1.0.0.jar` in baritone. Copy it to your libraries in your Minecraft install. For example, on Mac I do `cp Documents/baritone/build/libs/baritone-1.0.0.jar Library/Application\ Support/minecraft/libraries/cabaletta/baritone/1.0/baritone-1.0.jar`. The first time you'll need to make the directory `cabaletta/baritone/1.0` in libraries first. Then, we'll need to modify the Impact launch json. Open `minecraft/versions/1.12.2-Impact_4.3/1.12.2-Impact_4.3.json`.