// --- Created by DreamMasterXXL --- // --- Importing Stuff --- import mods.gregtech.Assembler; import mods.gregtech.PrecisionLaser; import mods.gregtech.Pulverizer; // --- Remove Recipes --- // --- Thermal Boiler recipes.remove(); // --- Accelerated Frame recipes.remove(); // --- Mutagenic Frame recipes.remove(); // --- Working Frame recipes.remove(); // --- Decaying Frame recipes.remove(); // --- Slowing Frame recipes.remove(); // --- Stabilizing Frame recipes.remove(); // --- Arborists Frame recipes.remove(); // --- personal Cloaking Device recipes.remove(); // --- UHV Motor recipes.remove(); // --- UHV Pump recipes.remove(); // --- UHV Conveyor recipes.remove(); // --- UHV Piston recipes.remove(); // --- UHV Robot Arm recipes.remove(); // --- UHV Emitter recipes.remove(); // --- UHV Sensor recipes.remove(); // --- UHV Field generator recipes.remove(); // --- LV Superchest recipes.remove(); // --- MV Superchest recipes.remove(); // --- HV Superchest recipes.remove(); // --- EV Superchest recipes.remove(); // --- IV Superchest recipes.remove(); // --- Wire Factory Controller (until GT++ changes it) recipes.remove(); // --- Advanced Boiler LV recipes.remove(); // --- Advanced Boiler Chasssis LV recipes.remove(); // --- Advanced Boiler MV recipes.remove(); // --- Advanced Boiler Chasssis MV recipes.remove(); // --- Advanced Boiler HV recipes.remove(); // --- Advanced Boiler Chasssis HV recipes.remove(); // --- HV Tank recipes.remove(); // --- Iverted Obsidian --> until Sunnarium is nerfed to that tier it belongs recipes.remove(); // --- Add Recipes --- // --- Thermal Boiler recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Accelerated Frame mods.forestry.Carpenter.addRecipe(60, * 576, [, , , , , , , , ], , ); // --- Mutagenic Frame mods.forestry.Carpenter.addRecipe(60, * 576, [, , , , , , , , ], , ); // --- Working Frame mods.forestry.Carpenter.addRecipe(60, * 576, [, , , , , , , , ], , ); // --- Decaying Frame mods.forestry.Carpenter.addRecipe(60, * 576, [, , , , , , , , ], , ); // --- Slowing Frame mods.forestry.Carpenter.addRecipe(60, * 576, [, , , , , , , , ], , ); // --- Stabilizing Frame mods.forestry.Carpenter.addRecipe(60, * 576, [, , , , , , , , ], , ); // --- Arborists Frame mods.forestry.Carpenter.addRecipe(60, * 576, [, , , , , , , , ], , ); // --- Useless Frame give Beekeeper coins recipes.addShapeless( * 16, []); // --- Tumbaga Rod (until GT++ adds a proper recipe) recipes.addShaped(, [ [, null, null], [null, , null], [null, null, null]]); // --- Tumbaga Frame (until GT++ adds a proper recipe) recipes.addShaped( * 2, [ [, , ], [, , ], [, , ]]); // --- Tumbaga Gear (until GT++ adds a proper recipe) recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Wire Factory Controller (until GT++ changes it) recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Boiler LV recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Boiler Chasssis LV recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Boiler MV recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Boiler Chasssis MV recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Boiler HV recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Advanced Boiler Chasssis HV recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- HV Tank recipes.addShaped(, [ [, , ], [, , ], [, , ]]); // --- Assembler Recipes --- // --- Personal Cloaking Device Assembler.addRecipe(, * 4, , * 1440, 2400, 7860); // --- Engraved Laser Recipes --- // --- Sunnarium Bits //PrecisionLaser.addRecipe( * 3, , * 0, 2000, 1920); // --- Pulverizer Recipes --- // --- Human Flesh to Mince Meat Pulverizer.addRecipe([], , [10000], 100, 4);