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