From b70da71eaf0052e19b09ab98b3069278a49fbb49 Mon Sep 17 00:00:00 2001 From: KuroPeach <1193319600@qq.com> Date: Sun, 7 Aug 2022 13:10:39 +0800 Subject: [PATCH] Update Earlygame.zs --- overrides/scripts/Earlygame.zs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/overrides/scripts/Earlygame.zs b/overrides/scripts/Earlygame.zs index 7af56cd..313b533 100644 --- a/overrides/scripts/Earlygame.zs +++ b/overrides/scripts/Earlygame.zs @@ -386,4 +386,12 @@ 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")); \ No newline at end of file +.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();