From e1e63d49819bbd904fc0c02f093adc4d89117445 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Mon, 1 Mar 2021 10:08:20 -0600 Subject: [PATCH] Add compile instructions and further improve the readme --- Readme.txt | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/Readme.txt b/Readme.txt index 813912d5a..82e6fda79 100644 --- a/Readme.txt +++ b/Readme.txt @@ -35,14 +35,31 @@ Step 6: Make sure the eclipse has the JDK 1.8.0_251 installed. (This is needed s Step 7: Import the project into eclipse -Other commands: - "gradlew --refresh-dependencies" to refresh local dependencies. - "gradlew clean" to reset everything (this does not affect your code) and then start the process again. + +========= +compiling +========= + +Step 1: open a command line in the project folder + +Step 2: run the command: "./gradlew build" + +Step 3: the compiled jar file will be in the folder "build\libs" -Tip: - The Minecraft source code is NOT added to your workspace in a editable way. Minecraft is treated like a normal Library. Sources are there for documentation and research purposes only. +============== +Other commands +============== + +"./gradlew --refresh-dependencies" to refresh local dependencies. +"./gradlew clean" to reset everything (this does not affect your code) and then start the process again. + + + +============ +Note to self +============ + +The Minecraft source code is NOT added to your workspace in a editable way. Minecraft is treated like a normal Library. Sources are there for documentation and research purposes only. - Current location of mcp-srg.srg: - "C:/Users/James Seibel/.gradle/caches/minecraft/de/oceanlabs/mcp/mcp_snapshot/20171003/1.12.2/srgs/"