Posts by DevilDead

    Thanks !


    But now it is good for testing, there are bugs...
    the two recipes with the Ore Washer and the Thermal Centrifuge are not working:
    - Ore washer don't do anything (only with my Crushed Iridium)

    Code
    Recipes.oreWashing.addRecipe(new RecipeInputItemStack(new ItemStack(crushedIridium, 1)), null, new ItemStack(purifiedCrushedIridium, 1, 0), new ItemStack(tinyDiamondDust, 2, 0), IC2Items.getItem("stoneDust"));


    - Thermal Centrifuge crash the game (only with my Purified Crushed Iridium)


    EDIT : Solved solution as been said by GregoriusT just after this post, thanks

    As Mateeus1208 said, my suggestion would be to enable the ore washer and centrifuge road like with normal ores.


    Macerator: Iridium Ore Block -> Crushed Iridium Ore
    Ore Washer: Crushed Iridium Ore -> Purified Iridium Ore + Tiny pile of Diamond Dust
    Thermal Centrifuge: Purified Iridium Ore -> Iridium Ore + Tiny pile of Diamond Dust


    just as a quick example. One could then add 4 or 9 Tiny pile of Diamond dust to create 1 Diamond dust

    I'll work on that right now, but I don't when it will be ready for testing since I am missing all the textures ... I can't make them because I am really not good at that, so I need help for the textures. I don't know what it will be for now ...
    Thank you for the idea ^^

    Hey, I am DevilDead, a new minecraft modder/JAVA programmer (I am a noob, don't forget that, I am trying to learn java, so I will have noob questions sometimes).
    Here is my first mod (Addon) : Iridium Mod.


    I have set a modpack for 1.7.10 (for my friends and me) and they was complaining because there were no iridium generation.
    So I add it to the overworld and the dimension 6 (mining world from aroma1997).


    What you can do(outdated, check the changelog for the new route):
    -Mine it: it will return the iridium ore block
    -Put it in a furnace: it will return one iridium ore from IC2
    -Put it in a macerator: it will return 2 iridium dust
    -Put it in a furnace: 1 dust will make 1 iridium ore


    This can seem a little bit too much easy for you and that's why I ask you how I can make it harder, what would I change or add in the mod ? Don't forget that the goal is to have an easier way to have iridium than in the original industrial craft 2 mod.


    Screens:



    Changelog:



    Download Link(works on 1.7.2 and 1.7.10) :
    1.7.*-0.8
    Old Downloads:


    Permissions :


    Don't forget to give me your suggestions !