From 7418a196a92a6f8419a62f712f5e083bdae1deca Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 21 Feb 2021 08:39:20 -0600 Subject: [PATCH] Fix a few typos in the Readme --- Readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.txt b/Readme.txt index d415dc4a3..be6f0a168 100644 --- a/Readme.txt +++ b/Readme.txt @@ -18,11 +18,11 @@ Step 3: run the command: "./gradlew eclipse" Step 4: Import project Step 5: Create a system variable called "JAVA_MC_HOME" with the location of the JDK 1.8.0_251 (This is needed for gradle to work correctly) - And make sure it is used in the build.gradle file. + And make sure it is used in the gradle.bat file. Step 6: Import the lodcore and lodcore_source jar files into the referenced libraries. -Step 6: Make sure the eclipse has the JDK 1.8.0_251 installed. (This is needed so that eclipse can run minecraft) +Step 7: Make sure the eclipse has the JDK 1.8.0_251 installed. (This is needed so that eclipse can run minecraft) Other commands: