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)CodeRecipes.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 Dustjust 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 -
Is this only for 1.7.2?
I probably think too far, but if that would be feasible with Tekkit? xD
But otherwise it's real a cool modThe mod has been developed in 1.7.2 but works properly on 1.7.10(I tested it).
For tekkit, you should give it a try, since it is a really simple mod there should be no problem, if there is: give the log. -
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 oreThis 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:
Display Spoiler
Changelog:Display Spoiler
0.5:
-New way to have iridium:
Mine it (Same as diamond) you will get a block that you will put in a Macerator to have 1 crushed iridium
Then put this crushed iridium in a Ore Washer to have 1 purified crushed iridium and some extra (2 tiny pile of diamond dust and a stone dust)
Then put the purified crushed iridium in a Thermal Centrifuge to have an Iridium Ore and some extra (2 tiny pile of diamond dust and a stone dust)
-Ore generation:
Spawn height: 0 to 21
There are 3 iridiums per vein
I have no Idea how to convert that but this is my rarity
It is a little bit high, say what you want
0.6:
-Bugfixes
0.7:
-Rewrite of a lot of things (this wil be the exact same thing for you)
-Rarity of the Iridium Ore divided by 2
Download Link(works on 1.7.2 and 1.7.10) :
1.7.*-0.8
Old Downloads:Permissions :
Display Spoiler
You have the permission to include my mod in your ModPack but my Name and a link to my mod has to be given.
You can decompile and modify it too but if you do so and then put it in a ModPack, a link and my has to be found.Don't forget to give me your suggestions !