D
DrParanoia
Guest
Summary of the problem: Can’t craft Hybrid Solar Panel (and Quantum solar panel)
Pack Version: 1.3.0 and 1.4.0 betas
What is the bug?: It's impossible to craft a Hybrid Solar Panel (from Advanced Solar Panels) because the recipe only accepts Iridium Reinforced Plate from Industrial Craft (which is replaced by the Iridium-Plate from Thermal foundation). I think, that Quantum solar panel has the same problem. Thanks!
Mods: Advanced Solar Panels, Industrial Craft, Thermal Expansion
Is it repeatable?: All the time
Proposed fix: Modify the crafting recepie to produce IC2 Reinforced iridium plates. Currently the same recepie produces Thermal Expansion iridium plates which is not needed at all since TE Iridium Plates already have a much simpler crafting method!
Pack Version: 1.3.0 and 1.4.0 betas
What is the bug?: It's impossible to craft a Hybrid Solar Panel (from Advanced Solar Panels) because the recipe only accepts Iridium Reinforced Plate from Industrial Craft (which is replaced by the Iridium-Plate from Thermal foundation). I think, that Quantum solar panel has the same problem. Thanks!
Mods: Advanced Solar Panels, Industrial Craft, Thermal Expansion
Is it repeatable?: All the time
Proposed fix: Modify the crafting recepie to produce IC2 Reinforced iridium plates. Currently the same recepie produces Thermal Expansion iridium plates which is not needed at all since TE Iridium Plates already have a much simpler crafting method!
Code:
#fix Reinforced 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: