Open Iridium Plate Recepie conflict

  • Thread starter Thread starter DrParanoia
  • Start date Start date
  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
D

DrParanoia

Guest
Summary of the problem: Iridium Plate Recepie conflict

Pack Version: 1.5.3

What is the bug?:
This recipe:
mine_recepies_main.png


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:
mine_recepies.png


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:
  • Like
Reactions: ICountFrom0