diff options
author | Roman / Nea <romangraef@gmail.com> | 2022-08-09 14:36:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 14:36:57 +0200 |
commit | 7c91904d2084676723761870c749d30fe4bb4690 (patch) | |
tree | ab23b257376ce22c1a32d4dc7f6bcb277b890fa8 | |
parent | 5bbf027f32f3ea68ff4193f73f780316599ab59d (diff) | |
download | forge1.8.9template-7c91904d2084676723761870c749d30fe4bb4690.tar.gz forge1.8.9template-7c91904d2084676723761870c749d30fe4bb4690.tar.bz2 forge1.8.9template-7c91904d2084676723761870c749d30fe4bb4690.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ from [here](https://adoptium.net/temurin/releases) (or use your own downloads). When you import your project into IntelliJ, you need to set the gradle jvm to the Java 17 JDK in the gradle tab, and the Project SDK to the Java 1.8 JDK. Then click on the sync button in IntelliJ, and it should create a run task -called `Minecraft Client`. If it doesn't then try relaunching your IntelliJ. +called `Minecraft Client`. If it doesn't then try relaunching your IntelliJ. **Warning for Mac users**: You might have to remove the `-XStartOnFirstThread` vm argument from your run configuration. In the future, that should be handled by the plugin, but for now you'll probably have to do that manually. To export your project, run the `gradle build` task, and give other people the file `build/libs/<modid>-<version>-all.jar` |