diff --git a/README.md b/README.md index e575c64..9959f78 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This guide will show how to import the MultiLoader Template into IntelliJ IDEA. 3. Open the template's root folder as a new project in IDEA. This is the folder that contains this README.md file and the gradlew executable. 4. If your default JVM/JDK is not Java 21 you will encounter an error when opening the project. This error is fixed by going to `File > Settings > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM` and changing the value to a valid Java 21 JVM. You will also need to set the Project SDK to Java 21. This can be done by going to `File > Project Structure > Project SDK`. Once both have been set open the Gradle tab in IDEA and click the refresh button to reload the project. 5. Open your Run/Debug Configurations. Under the `Application` category there should now be options to run Fabric and NeoForge projects. Select one of the client options and try to run it. -6. Assuming you were able to run the game in step 6 your workspace should now be set up. +6. Assuming you were able to run the game in step 5 your workspace should now be set up. ### Eclipse While it is possible to use this template in Eclipse it is not recommended. During the development of this template multiple critical bugs and quirks related to Eclipse were found at nearly every level of the required build tools. While we continue to work with these tools to report and resolve issues support for projects like these are not there yet. For now Eclipse is considered unsupported by this project. The development cycle for build tools is notoriously slow so there are no ETAs available.