Files
Minecraft1.12SRC/docs/README-ECLIPSE.txt
2020-07-20 00:21:55 +08:00

9 lines
330 B
Plaintext

To use eclipse with MCP, just do the following steps:
- Decompile the Minecraft sources
- Open Eclipse
- Select the "eclipse" folder in MCP as workspace
- Create a mod
- You can test the modified client and server in Eclipse, debug
settings are already prepared to start the game in the IDE
- Recompile and reobfuscate as usual