From f3e3f8a77b44c85c20028beca49ff48ebb5e3bbb Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Thu, 9 Jun 2022 13:59:51 +0800 Subject: [PATCH] fix hard ore drilling plant recipes --- overrides/scripts/expertmode.zs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)