diff --git a/overrides/scripts/Endgame.zs b/overrides/scripts/Endgame.zs index 0eb73f2..209c7cf 100644 --- a/overrides/scripts/Endgame.zs +++ b/overrides/scripts/Endgame.zs @@ -279,6 +279,20 @@ recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.luv"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.zpm"); recipes.removeByRecipeName("gregtech:gregtech.machine.world_accelerator.uv"); +// Mercury Barium Calcium Cuprate Ingot * 32 +.findRecipe(30, [], [ * 357]).remove(); +// Mercury Barium Calcium Cuprate Dust * 32 +.findRecipe(32, [], null).remove(); +// Uranium Triplatinum Ingot * 32 +.findRecipe(30, [], [ * 474]).remove(); +// Uranium Triplatinum Dust * 32 +.findRecipe(32, [], null).remove(); +// Tungstensteel Ingot * 32 +.findRecipe(30, [], [ * 568]).remove(); +// Tungstensteel Dust * 32 +.findRecipe(32, [], null).remove(); + + assembly_line.recipeBuilder() .inputs( * 20, * 20, * 20, , * 2, , * 2, , * 20, * 20, * 20) .fluidInputs( * 1152, * 1152)