From b8344da7343e5fa9cfaca6df9be3c2e87424d17a Mon Sep 17 00:00:00 2001 From: thatsIch Date: Wed, 5 Oct 2016 12:34:19 +0200 Subject: [PATCH] Added note about run configuration in IntelliJ with latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6046bb6..a32a45cf 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Providing as many details as possible does help us to find and resolve the issue - CI server `gradlew setupCIWorkspace` 3. Build `gradlew build`. Jar will be in `build/libs` 4. For core developer: Setup IDE - - IntelliJ: Import into IDE and execute `gradlew genIntellijRuns` afterwards + - IntelliJ: Import into IDE, execute `gradlew genIntellijRuns` and change RunConfiguration to `*_main` as quickfix for [ForgeGradle](https://github.com/MinecraftForge/ForgeGradle/issues/357) - Eclipse: execute `gradlew eclipse` 5. For add-on developer: Core-Mod Detection - In order to have FML detect AE from your dev environment, add the following VM Option to your run profile