2 解压缩,得到mcp910文件夹,打开docs文件夹,可以查看说明文档

打开README-MCP.TXT,我们可以找到安装步骤,相信大家的英文水平,这里我就不翻译了:
How to use:
===========
1) Prepare the files:
- Copy the "minecraft_server.1.7.10.jar" file into the "jars" folder.
- Either copy the folders "assets", "libraries" and "versions" from "%APPDATA$\.minecraft" folder into the "jars" folder or let the decompile scripts do it automatically for you.
- No need to copy the folders "bin" and "resources" from your "%APPDATA$\.minecraft" folder into the "jars" folder anymore - in fact, it does not work that way anymore.
2) Decompilation and patching
- Start the "decompile.bat" script in this folder.
3) Modding
- Modify the sourcecode in the "src\minecraft" folder or in the "src\minecraft_server" folder.
4) Compile
- Start the "recompile.bat" script in this folder.
5) Testing
- To test the modified game, start the "startclient.bat" script
- To test the modified server, start the "startserver.bat" script
6) Obfuscation
- Decompile the code, modify and recompile.
- Start "reobfuscate.bat" to start the reobfuscation step, it will automatically detect changed classes and reobfuscate them.
- Your obfuscated classes are now available in "reobf\minecraft" and "reobf\minecraft_server", ready to be injected in MC.
- Make sure to delete the META-INF folder in minecraft.jar, otherwise the game will just black-screen when you start it.