// --- Created By DreamMasterXXL --- // --- Importing Stuff --- import mods.gregtech.Assembler; import mods.gregtech.Wiremill; // --- Removing Recipes --- // --- Drawbridge recipes.remove(); // --- Advances Drawbridge recipes.remove(); // --- Extended Drawbridge recipes.remove(); // --- Igniter recipes.remove(); // --- Signal Bus recipes.remove(); // --- Signal Terminal recipes.remove(); // --- Lengeth of Wire recipes.remove(); // --- Spool of Wire recipes.remove(); // --- Add Recipes --- // --- Drawbridge recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Igniter recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Assembler Recipes --- // --- Advances Drawbridge Assembler.addRecipe(, , , * 576, 600, 30); // --- Extended Drawbridge Assembler.addRecipe(, , * 6, * 1152, 1200, 64); // --- Spool of Wire Assembler.addRecipe(, , , 200, 16); // - Assembler.addRecipe(, * 64,, 1280, 16); // - Assembler.addRecipe(, * 64,, 1280, 16); // - Assembler.addRecipe(, * 64,, 1280, 16); // - Assembler.addRecipe(, * 64,, 1280, 16); // --- Signal Bus Assembler.addRecipe(, * 3, * 0, * 432, 200, 30); // --- Signal Terminal Assembler.addRecipe(, * 2, * 0, * 288, 300, 30); // --- Wiremill Recipes --- // --- Lengeth of Wire Wiremill.addRecipe( * 2, , 50, 16);