diff --git a/overrides/scripts/normalmode.zs b/overrides/scripts/normalmode.zs index 80113eb..2336da2 100644 --- a/overrides/scripts/normalmode.zs +++ b/overrides/scripts/normalmode.zs @@ -13,6 +13,7 @@ import mods.gregtech.recipe.RecipeMap; import mods.gregtech.recipe.functions.IRunOverclockingLogicFunction; import mods.gregtech.recipe.IRecipeLogic; import mods.gregtech.recipe.IRecipe; +import mods.gregtech.recipe.helpers; import scripts.common.makeShaped as makeShaped; import scripts.common.makeExtremeRecipe5 as makeExtremeRecipe5; @@ -136,49 +137,16 @@ furnace.remove(); furnace.addRecipe(, , 0.5); recipes.removeByRecipeName("gregtech:fireclay_dust"); recipes.addShapeless("fireclay_dust", * 16, [, ]); + // Compressed Fireclay * 1 .findRecipe(4, [], null).remove(); + // Clay Dust * 1 .findRecipe(30, [ * 2], null).remove(); // PBF recipe removals -// Steel Ingot * 1 -.findRecipe(1, [, ], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, ], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, * 2], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, * 2], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, * 2], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, * 2], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, ], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, ], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, * 2], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, * 2], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, * 2], null).remove(); -// Steel Ingot * 1 -.findRecipe(1, [, * 2], null).remove(); -// Block of Steel * 1 -.findRecipe(1, [, ], null).remove(); -// Block of Steel * 1 -.findRecipe(1, [, * 2], null).remove(); -// Block of Steel * 1 -.findRecipe(1, [, * 2], null).remove(); -// Block of Steel * 1 -.findRecipe(1, [, ], null).remove(); -// Block of Steel * 1 -.findRecipe(1, [, * 2], null).remove(); -// Block of Steel * 1 -.findRecipe(1, [, * 2], null).remove(); +helpers.clear(primitive_blast_furnace); /* Start PBF Recipes */