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
Running the `Decompile` task on the latest commit fails on every game version, here's the stack trace: (I shortened this to not make this post longer than it needs to...
The workspace that is generated from RetroMCP is broken on Linux and uses invalid paths.
Projects like @FabricMC, @QuiltMC, @Legacy-Fabric, and @Babric already provide mappings that many people are used to using for other types of mods in Tiny format, using intermediary mappings that make...
Right now RMCP only supports Eclipse and IntelliJ but VSCode support would also be nice for modding on low end hardware that struggles to run IntelliJ properly (due to a...
When I add changes to Minecraft.java, GuiMainMenu.java, GuiMultiplayer.java, GuiInGame.java, and PanelCrashReport.java, only the changes from Minecraft.java and GuiInGame.java got added to the jar version : a1.0.16_02 Help please? (what i...
1. Download RetroMCP v1.0 2. Download the right Java version to make the GUI's startup popup disappear 3. Select Beta 1.7.3 as the current version 4. Press `Decompile` 5. In...
fix of https://github.com/MCPHackers/RetroMCP-Java/issues/97
In 1.1 and a1.0.16_02, presumably other versions there are nonfatal compile errors that show up when decompiling. a1.0.16_02 error: Error on line 29 in minecraft/src/net/minecraft/src/NetClientHandler.java unreported exception java.io.IOException; must be...
`java -jar RetroMCP.jar setup 1.2.5; java -jar RetroMCP.jar decompile` < `java -jar RetroMCP.jar setup=1.2.5 decompile` or `java -jar RetroMCP.jar setupDecomp 1.2.5`