RetroMCP-Java
RetroMCP-Java copied to clipboard
A rewrite of MCP to provide support for many versions of Minecraft which were never supported by original MCP
After changing the working directory to `C:\Users\\RetroMCP`, the working directory reverts back to my download folder (The default working directory when I installed RetroMCP).
Decompiling a r1.1 minecraft.jar Client patched with Modloader/ModloaderMP/Audiomod fails at the beginning of the process with this error: ``` java.lang.StringIndexOutOfBoundsException: String index out of range: 35 at java.lang.String.codePointAt(String.java:687) at org.mcphackers.rdi.injector.remapper.Remapper.remapSignature(Remapper.java:735)...
Some classes won't decompile and RMCP breaking decompilation with error: ``` java.util.zip.ZipException: duplicate entry: net/any/package/Example.class at java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:233) at org.mcphackers.rdi.nio.ClassStorageWriter.write(ClassStorageWriter.java:57) at org.mcphackers.rdi.nio.RDInjector.write(RDInjector.java:71) at org.mcphackers.rdi.nio.RDInjector.write(RDInjector.java:75) at org.mcphackers.mcp.tasks.TaskDecompile.applyInjector(TaskDecompile.java:190) at org.mcphackers.mcp.tasks.TaskDecompile.lambda$setStages$1(TaskDecompile.java:72) at org.mcphackers.mcp.tasks.TaskDecompile$$Lambda$66/615932360.doTask(Unknown Source)...
It would be nice to have a gradle plugin for RetroMCP so you could have a gradle project Gradle allows you to automate stuff in anyway you like through Groovy
I wanted to clean up the file structure and move some stuff around in the beta 1.7.3 source code, and yes I went through and imported everything and changed everything...
While trying to decompile Beta 1.4_01 it throws a 404 error because https://mcphackers.org/versionsV2/b1.4_01.zip doesn't exist. 
As the title says, the versions list dosent want to download. I checked a few times, internet speed is probably not the issue. If I download ```versions.json``` manually, the selected...
**Describe the bug** There are some bugs I really want to report. 1. When I choose an old Minecraft version to initialize. Halfway through the download process, the task of...
**Describe the bug** Starting the Built Client Won't work on M1 Based Macs **Expected behavior** For the Client to Start **RetroMCP Version** v1.0 **Minecraft version** Beta 1.8.1 **Additional context** Add...