IC2 1.6.4 Crash

  • Hey There,


    I've been making a nice combination of mods to play with some friends, but whenever I want to start MineCraft with IC2 I get a crash report.
    I'm on MC1.6.4 With Industrialcraft-2_2.0.397-experimental and I'm using Forge-1.6.4-9.11.1.965


    I've tried so many things, used 10 different builds for 1.6.4 but nothing seem to work even when I put in the mod alone it still keeps giving me the same crash report.


    Crash Report:


    Thanks for helping me!

    • Official Post

    What's your IC2 config look like? Looks like you've put "minecraft" as an ore that the Miner should try to mine.

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.


    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(


    I see this too much.


  • There it is, I haven't touched it tho, but it can be the problem.. I never use the configs

    • Official Post

    # List of valuable ores the miner should look for. Comma separated, format is id-metadata:value where value should be at least 1 to be considered by the miner
    S:valuableOres=minecraft:coal_ore:1, minecraft:gold_ore:3, minecraft:redstone_ore:3, minecraft:lapis_ore:3, minecraft:iron_ore:4, minecraft:diamond_ore:5, minecraft:emerald_ore:5
    }

    It shouldn't say that. 1.6.4 still used IDs. Change it to:

    Code
    # List of valuable ores the miner should look for. Comma separated, format is id-metadata:value where value should be at least 1 to be considered by the miner
    	S:valuableOres=14:3, 15:4, 16:1, 21:3, 56:5, 73:3, 129:5

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.


    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(


    I see this too much.

    • Official Post

    Looks like you have a 1.7 config in your 1.6 world, which would be the reason why all the IDs were the 1.7 names. Your welcome too ;)

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.


    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(


    I see this too much.