D
DrParanoia
Guest
Summary of the problem: Iridium Plate Recepie conflict
Pack Version: 1.5.3
What is the bug?:
This recipe:
Should craft IC2 version of Reinforced iridium plate instead of TE Iridium plate, since it uses Iridium ore instead of ingots and this is how it was inteted by the mod autor.
TE Iridium plate has it's own (more cheap and simple) crafting methods, so it does not make to keep the expensive recipe:
Mod & Version: IC2 vs Thermal Expansion
Is it repeatable? Every time
Known Fix
Pack Version: 1.5.3
What is the bug?:
This recipe:

Should craft IC2 version of Reinforced iridium plate instead of TE Iridium plate, since it uses Iridium ore instead of ingots and this is how it was inteted by the mod autor.
TE Iridium plate has it's own (more cheap and simple) crafting methods, so it does not make to keep the expensive recipe:

Mod & Version: IC2 vs Thermal Expansion
Is it repeatable? Every time
Known Fix
Code:
#Iridium plate recipe should craft IC2 Reinforced iridium plate instead of TE Iridium plate
recipes.remove(<thermalfoundation:material:327>);
recipes.addShaped(<ic2:crafting:4>, [[<ore:oreIridium>, <ic2:crafting:3>, <ore:oreIridium>], [<ic2:crafting:3>, <ore:gemDiamond>, <ic2:crafting:3>], [<ore:oreIridium>, <ic2:crafting:3>, <ore:oreIridium>]]);
Last edited: