// --- Created by DreamMasterXXL --- // --- Imports --- import mods.gregtech.Assembler; import mods.gregtech.Mixer; // --- Remove Recipes --- // --- Reinforced Casing recipes.remove(); // --- Gene Database mods.forestry.Carpenter.removeRecipe(); // --- DNA Dey recipes.remove(); // --- Fluorescent Dey recipes.remove(); // --- Growth Medium recipes.remove(); // --- Blank Sequence recipes.remove(); // --- Empty Serum Vial recipes.remove(); // --- Empty Serum Array recipes.remove(); // --- Glass Cylinder recipes.remove(); // --- Intergrated Circuit recipes.remove(); // --- Isolator recipes.remove(); // --- Sequencer recipes.remove(); // --- Polymeriser recipes.remove(); // --- Inoculator recipes.remove(); // --- Analyzer recipes.remove(); // --- Incubator recipes.remove(); // --- Genpool recipes.remove(); // --- Acclimatyzer recipes.remove(); // --- Lab Stand recipes.remove(); // --- Splicer recipes.remove(); // --- Integrated Casing recipes.remove(); // --- Integrated CPU recipes.remove(); // --- Analyst recipes.remove(); // --- Registry recipes.remove(); // --- Add Recipes --- // --- Gene Database mods.forestry.Carpenter.addRecipe(, [[, , ], [, , ], [, , ]], * 2880, 60, ); // - recipes.addShapeless(, []); // --- Analyst mods.forestry.Carpenter.addRecipe(60, * 4320, [, , , , , , , , ], , ); // --- Registry mods.forestry.Carpenter.addRecipe(60, * 4320, [, , , , , , , , ], , ); // --- Intergrated Circuit recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Isolator recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Sequencer recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Polymeriser recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Inoculator recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Analyzer recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Incubator recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Genpool recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Acclimatyzer recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Lab Stand recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Splicer recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Assembler Recipes --- // --- Reinforced Casing Assembler.addRecipe(, , * 8, 1200, 120); // --- Glass Cylinder Assembler.addRecipe(, * 6, * 0, 200, 16); // --- Blank Sequence Assembler.addRecipe(, * 2, * 0, * 288, 200, 30); // --- Empty Serum Vial Assembler.addRecipe(, * 4, * 0, * 144, 200, 48); // --- Empty Serum Array Assembler.addRecipe(, * 10, * 0, * 576, 200, 96); // --- Intergrated Circuit Assembler.addRecipe(, , * 2, * 64, 400, 64); // - Assembler.addRecipe(, , * 2, * 64, 400, 64); // - Assembler.addRecipe(, , * 2, * 64, 400, 64); // --- Integrated Casing Assembler.addRecipe(, [, * 2, * 0], * 288, 1500, 480); // --- Integrated CPU Assembler.addRecipe(, [, , * 0], * 144, 600, 30); // --- Mixer Recipes --- // --- DNA Dey Mixer.addRecipe(, null, [, , , ], * 144, 100, 30); // --- Fluorescent Dey Mixer.addRecipe(, null, [, , , ], * 144, 100, 30);