From 7c91904d2084676723761870c749d30fe4bb4690 Mon Sep 17 00:00:00 2001 From: Roman / Nea Date: Tue, 9 Aug 2022 14:36:57 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9de6426..7a54bc7 100644 --- a/README.md +++ b/README.md @@ -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/--all.jar` -- cgit