From 5c449671740cfcbeb41dcef086b9468e098d169e Mon Sep 17 00:00:00 2001 From: Ran <43445785+RanCraftPlayz@users.noreply.github.com> Date: Thu, 9 Dec 2021 21:19:54 +0600 Subject: [PATCH] Update Readme.md --- Readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index 57f1d9c19..2034ea7d0 100644 --- a/Readme.md +++ b/Readme.md @@ -29,15 +29,14 @@ http://mcforge.readthedocs.io/en/latest/gettingstarted/ * Any Java IDE, for example Intellij IDEA and Eclipse. You may also use any other code editors, such as Visual Studio Code. **If using Ecplise:** -1. run the command: `./gradlew geneclipseruns` -2. run the command: `./gradlew eclipse` -3. Make sure eclipse has the JDK 16 installed. (This is needed so that eclipse can run minecraft) -4. Import the project into eclipse +not supported... **If using IntelliJ:** 1. open IDEA and import the build.gradle -2. run the command: `./gradlew genIntellijRuns` -3. refresh the Gradle project in IDEA if required +2. refresh the Gradle project in IDEA if required +3. wait for the minecraft jars to generate + +Side note: invalidate caches and restart if required ## Compiling