RetroMCP is a modification of the Minecraft Coder Pack to create a "Long Term Service" patch for Minecraft. RetroMCP-Java is a complete re-design of RetroMCP in Java.
Using RetroMCP-Java is simple!
- Download and install JDK 8. MCPHackers recommend Azul Zulu
- Run the latest release from the command line or via double click. If you run it via double click and RMCP errors, make sure your PATH
and your JAR file associations are properly configured.
Be careful! Using "Open with" context menu on Windows will not use a proper directory, be sure to change the default .jar file associations
- Run
setup
and choose the version you wish to decompile. - Run the
decompile
task - Mod away! Now it's Yourcraft!
For more info you can check RetroMCP Wiki.
- Automatically download Minecraft .jar and libraries from version JSONs
- An improved launch method using LaunchWrapper
- Reobfuscation for all available versions
- Automatic project creation
- Merged codebase generation
- Use a Git client or download the sources as a zip.
git clone git@github.com:MCPHackers/RetroMCP-Java.git
- Switch to the repository folder.
cd RetroMCP-Java
- Invoke the build task using Gradle or the Gradle wrapper.
gradlew build
If you encounter any issues or bugs with RetroMCP, please create an issue and explain it in detail!
If you want to contribute, please keep pull requests about one topic instead of one huge pull request.
We thank everyone who contributes to this project!