Added note about run configuration in IntelliJ with latest version

This commit is contained in:
thatsIch 2016-10-05 12:34:19 +02:00
parent 04e4fd10a5
commit b8344da734
1 changed files with 1 additions and 1 deletions

View File

@ -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