User Tools

Site Tools


mod_development:decompiling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mod_development:decompiling [2023/03/22 17:59] – [Requirements] zeromod_development:decompiling [2023/03/22 19:13] (current) – [Requirements] zero
Line 5: Line 5:
 ====== Requirements ====== ====== Requirements ======
  
-  * JDK (Java Development Kit). [[https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html|Version 8]] is recommended.+  * JDK (Java Development Kit). [[https://www.azul.com/downloads/?version=java-8-lts&package=jdk-fx#zulu|Version 8]] is recommended.
 One of: One of:
-  * [[https://github.com/MCPHackers/RetroMCP-Java]] (MCP remade in Java with many more versions). Recommended. +  * [[https://github.com/MCPHackers/RetroMCP-Java|RetroMCP-Java]] (MCP remade in Java with many more versions). Recommended. 
-  * [[https://github.com/ModificationStation/1.7.3-LTS|LTS]] (MCP with Long Term Service). Recommended.+  * [[https://github.com/ModificationStation/1.7.3-LTS|LTS]] (MCP with Long Term Service).
   * [[https://minecraft.gamepedia.com/Programs_and_editors/Mod_Coder_Pack#Downloads|MCP]] (Minecraft Coder Pack) Use this if LTS doesn't support the version you are using or doesn't work for some other reason.    * [[https://minecraft.gamepedia.com/Programs_and_editors/Mod_Coder_Pack#Downloads|MCP]] (Minecraft Coder Pack) Use this if LTS doesn't support the version you are using or doesn't work for some other reason. 
  
 ====== Instructions ====== ====== Instructions ======
 After installing JDK, follow the instructions below depending on your choice of coder pack. After installing JDK, follow the instructions below depending on your choice of coder pack.
 +
 +===== RetroMCP-Java =====
 +  - Download the latest release from Github Releases.
 +  - To launch with the GUI, simply click on the JAR file twice.
 +  - To launch with the CLI, use: <code bash>java -jar "RetroMCP-Java-all.jar"</code>
 +  - To launch the GUI from a CLI, type the following to launch the GUI: <code bash>java -cp "RetroMCP-Java-all.jar" org.mcphackers.mcp.main.MainGUI</code>
 +  - After opening RetroMCP-Java, use the version dropdown to select a version or use the command: <code bash>setup [version]</code>
 +  - (Optional) Apply extra mods and APIs to ''%%jars/minecraft.jar%%''
 +  - Press the decompile button or type: <code bash>decompile</code>
  
 ===== LTS ===== ===== LTS =====
mod_development/decompiling.1679507967.txt.gz · Last modified: 2023/03/22 17:59 by zero

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki