Skip to content

Instantly share code, notes, and snippets.

@aji
Created December 12, 2012 20:30
Show Gist options
  • Save aji/4271304 to your computer and use it in GitHub Desktop.
Save aji/4271304 to your computer and use it in GitHub Desktop.
How to reproduce, using Minecraft 1.2.5, MCP 6.2, Forge 3.3.8.164, and IndustrialCraft2
1.103
1. Extract MCP to a folder, copy bin/ resources/ and minecraft_server.jar to jars/ as
explained in the README
2. Extract Forge in folder (creating a forge/ folder within the MCP root directory)
3. Extract fernflower_0.8.61.zip to runtime/bin
4. Run forge/install.sh
5. Copy industrialcraft-2-client_1.103.jar to jars/mods
6. Run ./startclient.sh
An IndustrialCraft2 class needs forge.IConnectionHandler. That class is provided by Forge,
but under this method of installation is in net.minecraft.src.forge.IConnectionHandler.
I highly doubt this is a problem with MCP or Forge, but simply with my usage of MCP and
Forge. What steps am I missing?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment