diff --git a/overrides/scripts/expertmode.zs b/overrides/scripts/expertmode.zs index 7627ff2..9fcbf56 100644 --- a/overrides/scripts/expertmode.zs +++ b/overrides/scripts/expertmode.zs @@ -384,11 +384,11 @@ assembler.recipeBuilder() // Ore Drilling Plants // Basic Ore Drilling Plant * 1 -.findRecipe(1920, [, * 4, * 4, * 4, * 4, * 4, * 4, .withTag({Configuration: 1})], null).remove(); +.findRecipe(1920, [, * 4, * 4, * 4, * 4, * 4, * 4, .withTag({Configuration: 2})], null).remove(); // Advanced Ore Drilling Plant * 1 -.findRecipe(7680, [, * 4, * 4, * 4, * 4, * 4, * 4, .withTag({Configuration: 1})], null).remove(); +.findRecipe(7680, [, * 4, * 4, * 4, * 4, * 4, * 4, .withTag({Configuration: 2})], null).remove(); // Advanced Ore Drilling Plant II * 1 -.findRecipe(30720, [, * 4, * 4, * 4, * 4, * 4, * 4, .withTag({Configuration: 1})], null).remove(); +.findRecipe(30720, [, * 4, * 4, * 4, * 4, * 4, * 4, .withTag({Configuration: 2})], null).remove(); assembler.recipeBuilder() .inputs(, , * 12, * 12, * 6, * 12, * 12, * 12)