// --- Created by DreamMasterXXL --- // --- Mod Import --- import mods.gregtech.Assembler; // --- Remove Recipes --- // --- Molecular Transformer recipes.remove(); // --- Sunnarium recipes.remove(); // --- Sunnarium Alloy recipes.remove(); // --- Irradiant Uranium recipes.remove(); // --- Enriched Sunnarium recipes.remove(); // --- Enriched Sunnarium Alloy recipes.remove(); // --- MT Core recipes.remove(); // --- Advanced Solar Helm recipes.remove(); // --- Hybrid Solar Helm recipes.remove(); // --- Ultimate Solar Helm recipes.remove(); // --- Irradiant Glass Panel recipes.remove(); // --- Sunnarium Ingot furnace.remove(); // --- Quantum Core recipes.remove(); // --- Add Recipes --- // --- MT Core fore Molecular Transformer //recipes.addShaped(, [ //[, , ], //[, , ], //[, , ]]); // --- Advanced Solar Helm recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Hybrid Solar Helm recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Ultimate Solar Helm recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Irradiant Glass Panel recipes.addShaped( * 4, [ [, , ], [, , ], [, , ]]); // --- Quantum Core recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Solar Panel recipes.addShaped(, [ [, , ], [, , ]]); // --- Hybrid Solar Panel recipes.addShaped(, [ [, , ], [, , ]]); // --- Ultimate Hybrid Solar Panel recipes.addShaped(, [ [, , ], [, , ]]); // --- Quantum Solar Panel recipes.addShaped(, [ [, , ], [, , ]]); // --- Assembler Recipes --- // --- Irradiant Uranium Assembler.addRecipe(, , * 4, 600, 1920); // --- Enriched Sunnarium Assembler.addRecipe(, , * 8, 1200, 7680); // --- Sunnarium Alloy Assembler.addRecipe(, * 4, * 8, 800, 30720); // --- Enriched Sunnarium Alloy Assembler.addRecipe(, , * 8, 1600, 122880);