Recent content by 5cript

  1. 5

    Closed Can’t craft Hybrid Solar Panel (and Quantum solar panel)

    Oh yeah, I now realise that going with the TechReborn recipe, which uses Ingots instead of ores for the iridium alloy ingot, is a little strong, if paired with the pyro concentrator, which quadrupels the ore... The following uses ores instead of ingots. # IC2 Iridium Plates for TechReborn...
  2. 5

    Open Techreborn Data Control Cir

    This can be used until its properly fixed. recipes.addShaped(<techreborn:part:1>, [[<ic2:crafting:2>, <techreborn:part:2>, <ic2:crafting:2>], [<techreborn:part:2>, <ore:ingotIridium>, <techreborn:part:2>], [<ic2:crafting:2>, <techreborn:part:2>, <ic2:crafting:2>]]);
  3. 5

    Closed Can’t craft Hybrid Solar Panel (and Quantum solar panel)

    Mine adds the Industrial Craft Plate, so it can be crafted and leave everything else as is (TE plate still craftable etc). They also accept any Iridium Ingot. Mine uses the Implosion Compressor to craft them. EDIT: his removes them as far as I understand.
  4. 5

    Closed Can’t craft Hybrid Solar Panel (and Quantum solar panel)

    With my fix I went the TechReborn native route, which is, as a GregTech fan, the best route :D One of my remove recipe lines is wrong and superflous, but I was to lazy to figure out which one.
  5. 5

    Closed Can’t craft Hybrid Solar Panel (and Quantum solar panel)

    This is my personal fix: mods.techreborn.implosionCompressor.removeRecipe(<thermalfoundation:material:327>); mods.techreborn.implosionCompressor.removeRecipe(<techreborn:ingot:22>); mods.techreborn.implosionCompressor.addRecipe(<ic2:crafting:4>, <techreborn:dust:15> * 4, <techreborn:ingot:22>...