Update README.md
This commit is contained in:
parent
5bbf027f32
commit
7c91904d20
1 changed files with 1 additions and 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`
|
||||
|
|
Loading…
Add table
Reference in a new issue