From 08e0d656856fbd99fd23d6a17555fd3c6455132c Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Tue, 16 Jan 2018 14:02:17 +0100 Subject: [PATCH] Remove preshadowJar steps from README.md (no longer required as of a8f2c74) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c462bf7d..f05cdaea 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ to access private fields is a good indication that this has happened). You can build the mod by running `./gradlew :build`. You can then find the final jar files in `build/libs/`. ### IntelliJ -For the initial setup run `./gradlew preshadowJar idea genIntellijRuns`. +For the initial setup run `./gradlew idea genIntellijRuns`. You also need to enable the Mixin annotation processor: 1. Go to File -> Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors 2. Tick "Enable annotation processing" @@ -20,8 +20,8 @@ You also need to enable the Mixin annotation processor: 4. Set the name to "reobfSrgFile" and the value to "$path/build/mcp-srg.srg" where you replace $path with the full path to the folder containing the gradlew file -Whenever you switch to another branch, you can either just run `./gradlew preshadowJar idea` or instead run -`./gradlew preshadowJar copySrg` and then refresh the gradle project from within IntelliJ. +Whenever you switch to another branch, you can either just run `./gradlew idea` or instead run +`./gradlew copySrg` and then refresh the gradle project from within IntelliJ. ### Eclipse