[Question] IC + Aether Mod

  • Does anybody know
    I now tried it for about 3 hours and stuck on ShockAPI
    Its seems like IC don´t like ShockAPI because of 2 class file conflicts
    And ShockAPI AND IC don´t like MC Extendet (and ID Resolver) that i probaly need to make the Aether Mod and IC to run together :(
    Please help ;(

  • in addition to the class file conflicts, both mods currently take up so many item ids that they would not be compatible with each other
    if you ABSOLUTELY MUST use both mods though, I believe there is a thread on the minecraft forum that will merge class files that two different mods edit so that both mods can be used. You will need to make Shocka's API, IndustrialCraft, Aether, and minecraft extended all compatible with eachother, and then edit the block id's so that they do not conflict.
    Granted, if you do this, you will not be able to play multiplayer

  • For the Multiplayer problem i already have a solution.
    Create a bat file with this text (and put the .bat file together with a copy of your minecraft.exe in a seperate folder)


    set APPDATA=%cd%
    Minecraft.exe


    When you launch it, it will create a .minecraft folder and downloaded the needed files.
    So you can create multiple Minecrafts on one Computer


    PS: And for the ID Conflicts i already using ID resolver (MC Extendet Version) ;)