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