#1 · Primary category: Game Modding Toolchains
MCP-Reborn
MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-26.2)
Project last updated:07/24/26
GitHub Stars
1.5K
Forks
193
Contributors
22
License
Other
Why we included this project
MCP-Reborn keeps the classic Mod Coder Pack approach alive, giving modders a deobfuscation and decompilation pipeline built on MCPConfig and ForgeGradle. It covers Minecraft versions from 1.13 up to 26.2, turning the obfuscated game code into readable, remapped Java source that is much easier to inspect and edit. Anyone maintaining a custom client who wants to dig into core game behavior will find the Gradle workflow familiar: run a setup task to generate the decompiled source, modify it, then build a runnable JAR. One important catch is that you cannot publish any code the tool generates.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
No other listed projects in this category yet.
Know an open-source project that belongs in Game Modding Toolchains? Contact us to suggest it for inclusion — we review every submission.