This isn't addon. This is tutorial for other modders, how to decompile IC2 with MCP.
The new api ZzuperElectricAlBI is good step in modding, but doesn't allow you to work with IC2 blocks and items. For decompilation this isn't problem.
This tutorial using files from official release of IC2 1.23: http://forum.industrial-craft.…page=Thread&threadID=2144
SSP:
- Use updated MCP 4.4 and unmodified minecraft.jar v1.8.1
- Copy the contents of Modloader 1.8.1, ModloaderMP client 1.8.1, MCForge client 1.1.2 (in this order) into minecraft.jar
- Copy the contents of IC2 client 1.23 into minecraft.jar
- Copy the contents of my minecraft.patch.zip into "MCPfolder/conf/patches/" and overwrite file.
- Done. You can run decompile.
SMP:
- Use updated MCP 4.4 and unmodified minecraft_server.jar v1.8.1
- Copy the contents of ModloaderMP server 1.8.1, MCForge server 1.1.2 (in this order) into minecraft_server.jar
- Copy the contents of IC2 server 1.23 into minecraft_server.jar
- Copy the contents of my minecraft_server.patch.zip into "MCPfolder/conf/patches/" and overwrite file.
- Done. You can run decompile.
Setting Ecplipse:
In eclipse click right mouse on "src" directory in Client section, select properties. In Resource filter remove filter "name matches net".
In server section apply same method.
For IC2 Team:
If I do not publish future versions of this tutorial, just delete this topic and I will not publish the future versions of this tutorial.