// --- Created by DreamMasterXXL --- // --- Importing Stuff --- import mods.gregtech.PrecisionLaser; // --- Remove Recipes --- // --- Solar Light Splitter //recipes.remove(); // --- Green Spectral Cpmponent //recipes.remove(); // --- Blue Spectral Cpmponent //recipes.remove(); // --- Red Spectral Cpmponent //recipes.remove(); // --- Ender Qunatum Component //recipes.remove(); // --- Add Recipes --- // --- Spectral Solar Panel recipes.addShaped(, [ [, , ], [, , ]]); // --- Singular Solar Panel recipes.addShaped(, [ [, , ], [, , ]]); // --- Light Absorbing Solar Panel recipes.addShaped(, [ [, , ], [, , ]]); // --- Photonic Solar Panel recipes.addShaped(, [ [, , ], [, , ]]); // --- Solar Light Splitter recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Ender Qunatum Component recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Laser Engraver Recipes --- // --- Green Spectral Cpmponent PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // --- Blue Spectral Cpmponent PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // --- Red Spectral Cpmponent PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680); // - PrecisionLaser.addRecipe(, * 0, , 1000, 7680);