// --- Created by DreamMasterXXL --- // --- Imports --- import mods.gregtech.Assembler; // --- Remove Recipes --- // --- Thermal Monitor recipes.remove(); // --- Industrial Alarm recipes.remove(); // --- Howler Alarm recipes.remove(); // --- Remote Thermal Monitor recipes.remove(); // --- Industrial Information Panel recipes.remove(); // --- Information Panel Extender recipes.remove(); // --- Energy Counter recipes.remove(); // --- Average Counter recipes.remove(); // --- Range Trigger recipes.remove(); // --- Advanced Information Panel recipes.remove(); // --- Advanced Panel Extender recipes.remove(); // --- White Lamp recipes.remove(); // --- Orange Lamp recipes.remove(); // --- Thermometer recipes.remove(); // --- Digital Thermometer recipes.remove(); // --- Remote Sensor Kit recipes.remove(); // --- Energy Sensor Kit recipes.remove(); // --- Counter Sensor Kit recipes.remove(); // --- Liquid Sensor Kit recipes.remove(); // --- Generator Sensor Kit recipes.remove(); // --- Applied Energetics Monitor Kit recipes.remove(); // --- Time Card recipes.remove(); // --- Range Upgrade recipes.remove(); // --- Colour Upgrade recipes.remove(); // --- Text Card recipes.remove(); // --- ME Network Monitor recipes.remove(); // --- Portable Information Panel recipes.remove(); // --- Vanilla Kit recipes.remove(); // --- Add Recipes --- // --- Thermal Monitor recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Industrial Alarm recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Howler Alarm recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Remote Thermal Monitor recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Industrial Information Panel recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Information Panel Extender recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Energy Counter recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Average Counter recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Range Trigger recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Information Panel recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Panel Extender recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- White Lamp recipes.addShaped(, [ [ , , ], [, , ], [, , ]]); // --- Orange Lamp recipes.addShaped(, [ [ , , ], [, , ], [, , ]]); // --- Thermometer recipes.addShaped(, [ [, , null], [, , ], [null, , ]]); // --- Digital Themometer recipes.addShaped(, [ [, , null], [, , ], [null, , ]]); // --- Color Upgrade recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- ME Network Monitor recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Portable Information Panel recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Assembler Reprices --- // --- Remote Sensor Kit Assembler.addRecipe(, , , 1600, 2); // --- Energy Sensor Kit Assembler.addRecipe(, , , 1600, 2); // --- Counter Sensor Kit Assembler.addRecipe(, , , 1600, 2); // --- Liquid Sensor Kit Assembler.addRecipe(, , , 1600, 2); // --- Generator Sensor Kit Assembler.addRecipe(, , , 1600, 2); // --- Applied Energetics Monitor Kit Assembler.addRecipe(, , , 2800, 2); // --- Time Card Assembler.addRecipe(, , , 1600, 2); // --- Range Upgrade Assembler.addRecipe(, , , 1600, 2); // --- Text Card Assembler.addRecipe(, , , 1600, 2); // --- Vanilla Kit Assembler.addRecipe(, , , 1600, 2);