Posts by Alexander Prod.

    Having never coded an addon for IC2, I'm not sure, but I believe it would be
    GameRegistry.addCraftingRecipe(new ItemStack(/*your item here*/), new Object[]{ "RRR", "RAR", "RRR", 'A', Items.getItem("Advanced Machine" /*not certain if this is the right name*/), 'R', Items.getItem("Reactor Chamber")});


    Also, this should probably go in Addon Discussion rather than the published Addon section.


    thanks bro ! :)