import crafttweaker.item.IIngredient; import mods.gregtech.recipe.RecipeMap; import scripts.common.makeShaped as makeShaped; //Gravistar // Gravi Star * 1 .findRecipe(7680, [], [ * 288]).remove(); autoclave.recipeBuilder() .inputs() .fluidInputs( * 36) .outputs([]) .duration(480).EUt(7680).buildAndRegister(); makeShaped("of_sunnarium_plates", * 4, ["RRR", "RSR", "RRR"], { S : , R : }); makeShaped("of_enriched_sunnarium", * 4, ["NAN", "ASA", "NAN"], { N : , A : , S : }); makeShaped("of_enriched_sunnarium_plate", , [" E ", "EPE", " E "], { E : , P : }); //Radon electrolyzer.recipeBuilder() .inputs([]) .outputs([]) .fluidOutputs( * 1000) .duration(200).EUt(2000).buildAndRegister(); electrolyzer.recipeBuilder() .inputs([ * 4]) .outputs([]) .duration(100).EUt(20).buildAndRegister(); //Gem Sensor makeShaped("of_gem_sensor", , [" O ", "PSP", " P "], { O : , S : , P : }); //Composition Sensor recipes.remove(); makeShaped("of_composition_sensor", , [" O ", "PSP", " P "], { O : , S : , P : }); //Neutronium from Piles blast_furnace.recipeBuilder() .inputs([ * 9]) .fluidInputs([ * 250]) .outputs() .property("temperature", 9600) .duration(40).EUt(500000).buildAndRegister(); recipes.addShapeless( * 9, []); recipes.remove(); makeShaped("of_rainbow_generator", , ["OTO", "OHO", "OBO"], { O : , H : , T : , B : }); recipes.remove(); makeShaped("of_elytra_wing", , [" PP", "PE ", "PP "], { P : , E : }); recipes.remove(); makeShaped("of_elytra", , [" ", "WGW", " "], { W : , G : }); fusion_reactor.recipeBuilder() .fluidInputs([ * 16, * 16]) .fluidOutputs( * 16) .duration(100) .EUt(15360) .property("eu_to_start", 400000000) .buildAndRegister(); //Nuclear Stuff centrifuge.findRecipe(320, [], [null]).remove(); makeShaped("of_nc_cell_block", , ["TCT", "C C", "TCT"], { T : , C : }); val trimPattern as string[] = ["N N", " C ", "N N"]; recipes.remove(); makeShaped("of_iron_trimmed_black_steel", , trimPattern, { N : , C : }); // Black Steel Block recipes.remove(); makeShaped("of_gold_trimmed_black_steel", , trimPattern, { N : , C : }); //Black Steel Block recipes.remove(); makeShaped("of_diamond_trimmed_black_steel", , trimPattern, { N : , C : }); //Black Steel Block recipes.remove(); makeShaped("of_emerald_trimmed_black_steel", , trimPattern, { N : , C : }); //Black Steel Block recipes.remove(); makeShaped("of_crystaltine_trimmed_black_steel", , trimPattern, { N : , C : }); //Black Steel Block recipes.remove(); makeShaped("of_omnium_trimmed_black_steel", , trimPattern, { N : , C : }); //Black Steel Block //Add conversion recipe recipes.addShapeless(, []); //Processing Array (Moved to Groovy) // UHV Batbufs & Turbo Charger (Moved to Groovy) // Assembly Line // Moved to Groovy // Rhodium Plated Palladium -> Rhodium Plated Lumium Palladium (Moved to Groovy) // Trinium balance // Trinium Sulfide Dust * 1 .findRecipe(1920, null, [ * 2000]).remove(); centrifuge.recipeBuilder() .fluidInputs( * 2000) .outputs( * 2, * 2) .fluidOutputs( * 1000) .duration(400).EUt(1920).buildAndRegister(); // World Accelerators recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.lv"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.mv"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.hv"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.ev"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.iv"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.luv"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.zpm"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.uv"); // Recipes & Recycling Moved to Groovy /* UHV Multis */ // Rotary Hearth Furnace recipes.remove(); // Moved to Groovy // Bulk Blast Chiller recipes.remove(); // Moved to Groovy