From df807b848998ae02f53a1691b49424605e70ad87 Mon Sep 17 00:00:00 2001 From: Caedis Date: Wed, 24 Aug 2022 03:08:01 -0500 Subject: [PATCH] Revert "Merge pull request #70 from KuroPeach/patch-1" (#78) This reverts commit a63264b3a7c71ecac594698d3b0bfa64976a6e40. Co-authored-by: tracer4b <61507029+tracer4b@users.noreply.github.com> --- overrides/scripts/Earlygame.zs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/overrides/scripts/Earlygame.zs b/overrides/scripts/Earlygame.zs index b69efbc..313d8fd 100644 --- a/overrides/scripts/Earlygame.zs +++ b/overrides/scripts/Earlygame.zs @@ -384,12 +384,4 @@ cutter.recipeBuilder() .addTooltip(format.red("Cannot be discharged in GT Battery Buffers")); .addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth")); .addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth")); -.addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth")); - -// Treated Wood Stick -lathe.recipeBuilder() - .inputs() - .outputs( * 2) - .duration(20) - .EUt(30) - .buildAndRegister(); +.addTooltip(format.yellow("Grid squares correspond to 1 chunk, up is north\nClick a resource name in sidebar to highlight only it\nUse JEI to check potential vein depth")); \ No newline at end of file