From dc5514b5b7bc23c0539bdd21393bb8db046aa79e Mon Sep 17 00:00:00 2001 From: Leijurv Date: Mon, 17 Sep 2018 16:15:21 -0700 Subject: [PATCH] update prebuilt jar --- IMPACT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMPACT.md b/IMPACT.md index 369dc664..cec0ed1a 100644 --- a/IMPACT.md +++ b/IMPACT.md @@ -2,7 +2,7 @@ Baritone will be in Impact 4.4 with nice integrations with its utility modules, but if you're impatient you can run Baritone on top of Impact 4.3 right now. -You can either build Baritone yourself, or download the "official" jar (as of commit 7d0914b, built on September 13) from here. If you really want the cutting edge latest release, and you trust @Plutie#9079, commits are automatically built on their Jenkins here. +You can either build Baritone yourself, or download the "official" jar (as of commit 66e6216, built on September 17) from here. If you really want the cutting edge latest release, and you trust @Plutie#9079, commits are automatically built on their Jenkins here. 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.