// --- Created by DreamMasterXXL --- // --- Importing Stuff --- import mods.gregtech.Assembler; import mods.gregtech.Pulverizer; // --- Removing Recipes --- // --- Support Column recipes.remove(); // --- Sturdy Power Rail recipes.remove(); // --- Caged Ladda recipes.remove(); // --- Scaffold recipes.remove(); // --- Sturdy Rail Detector recipes.remove(); // --- Catwalk recipes.remove(); // --- Sturdy Rail recipes.remove(); // --- Sturdy Activator Rail recipes.remove(); // --- Rope Light recipes.remove(); // --- Steel Grate recipes.remove(); // --- Blow Torch recipes.remove(); // --- Adding Back Recipes --- // --- Catwalk recipes.addShaped( * 6, [ [, , ], [, , ], [, , ]]); // --- Caged Ladda recipes.addShaped( * 6, [ [, , ], [, , ], [, , ]]); // --- Scaffold recipes.addShaped(, [ [, , ], [, , ]]); // - recipes.addShapeless(, []); // --- Support Column recipes.addShaped( * 3, [ [, , ], [, , ], [, , ]]); // --- Steel Grate recipes.addShaped( * 5, [ [, , ], [, , ], [, , ]]); // --- Blow Torch recipes.addShaped(, [ [null, , ], [, , ], [, , null]]); // --- Assembler Recipes --- // --- Steel Grate Assembler.addRecipe( * 10, * 5, * 3, 100, 30); // --- Catwalk Column Assembler.addRecipe( * 4, * 6, * 4, 300, 30); // --- Catwalk Assembler.addRecipe( * 6, * 3, * 2, 300, 30); // --- Scaffold Assembler.addRecipe(, , , 100, 30); // --- Caged Ladda Assembler.addRecipe( * 6, * 4, , 300, 30); // --- Sturdy Rail Assembler.addRecipe(, , , 150, 30); // --- Sturdy Activator Rail Assembler.addRecipe(, , , 150, 30); // --- Sturdy Rail Detector Assembler.addRecipe(, , , 150, 30); // --- Sturdy Power Rail Assembler.addRecipe(, , , 150, 30); // --- Rope Light Assembler.addRecipe( * 8, * 2, , 100, 16); // --- Pulverizer Recipes --- // --- Support Column Pulverizer.addRecipe([ * 6], , [10000], 300, 2); // --- Scaffold Pulverizer.addRecipe([ * 2, * 2], , [10000, 10000], 300, 2); // --- Builders Scaffold Pulverizer.addRecipe([ * 2, * 2], , [10000, 10000], 300, 2); // --- Catwalk Pulverizer.addRecipe([ * 2, * 2], , [10000, 10000], 300, 2); // --- Caged Ladder Pulverizer.addRecipe([ * 1], , [10000], 300, 2); // --- Steelgrate Pulverizer.addRecipe([ * 2], , [10000], 300, 2);