// --- Created by DreamMasterXXL --- // --- Importing --- import mods.gregtech.Assembler; // --- Remove Recipes --- // --- Stone Wand recipes.remove(); // --- Iron Wand recipes.remove(); // --- Diamond Wand recipes.remove(); // --- Unbreakable Wands recipes.remove(); // --- Adding Back Recipes --- // --- Stone Wand recipes.addShaped(, [ [, , ], [null, , ], [, null, ]]); // --- Iron Wand recipes.addShaped(, [ [, , ], [null, , ], [, null, ]]); // --- Assembler Recipes ---- // --- Iron Wand Assembler.addRecipe(, * 2, , 600, 30); // --- Diamond Wand Assembler.addRecipe(, .withTag({material: "Diamond"}), .withTag({material: "Diamond"}), 600, 64); // --- Unbreakable Wand I Assembler.addRecipe(, , , 600, 120); // --- Unbreakable Wand II Assembler.addRecipe(, , , 600, 256); // --- Unbreakable Wand II Assembler.addRecipe(, , * 2, 600, 480); // --- Unbreakable Wand III Assembler.addRecipe(, , , 600, 1024); // --- Unbreakable Wand IV Assembler.addRecipe(, , * 4, 600, 1920); // --- Unbreakable Wand V Assembler.addRecipe(, , * 8, 600, 4096);