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
Last revisionBoth sides next revision
mod_development:decompiling [2020/02/13 21:39] – [MCP] Added instructions for obtaining jars from LTS setup rekmod_development:decompiling [2023/03/22 18:28] – [RetroMCP-Java] zero
Line 7: Line 7:
   * 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.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html|Version 8]] is recommended.
 One of: One of:
-  * [[https://github.com/ModificationStation/1.7.3-LTS|LTS]] (MCP with Long Term Service). 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).
   * [[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.txt · Last modified: 2023/03/22 19:13 by zero

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki