From c8768f50151365b8e2322d48383d63a8f437ad26 Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:12:27 +1100 Subject: [PATCH] Seem to fix CT errors Will check again later. --- overrides/scripts/Earlygame.zs | 5 ++- overrides/scripts/electronics.zs | 2 +- overrides/scripts/gregtech_recipemaps.zs | 42 ++++++++++++------------ 3 files changed, 26 insertions(+), 23 deletions(-) diff --git a/overrides/scripts/Earlygame.zs b/overrides/scripts/Earlygame.zs index bb0b0b4..92640d4 100644 --- a/overrides/scripts/Earlygame.zs +++ b/overrides/scripts/Earlygame.zs @@ -389,7 +389,10 @@ cutter.recipeBuilder() .buildAndRegister(); // Tooltips -.addTooltip(format.yellow("All GT Axes have Lumberaxe Functionality")); + +// Not needed because of better tooltips. +//.addTooltip(format.yellow("All GT Axes have Lumberaxe Functionality")); + .addTooltip(format.red("Cannot be discharged in GT Battery Buffers")); .addTooltip(format.red("Cannot be discharged in GT Battery Buffers")); .addTooltip(format.red("Cannot be discharged in GT Battery Buffers")); diff --git a/overrides/scripts/electronics.zs b/overrides/scripts/electronics.zs index b545521..a83ab1f 100644 --- a/overrides/scripts/electronics.zs +++ b/overrides/scripts/electronics.zs @@ -158,7 +158,7 @@ assembler.recipeBuilder() // [, , ]]); //Wood Pulp -recipes.addShapeless( * 4,[,]); +recipes.addShapeless( * 4,[,]); //Pyrolyse Oven recipes.removeByRecipeName("gregtech:pyrolyse_oven"); diff --git a/overrides/scripts/gregtech_recipemaps.zs b/overrides/scripts/gregtech_recipemaps.zs index 50a4a98..f55e17f 100644 --- a/overrides/scripts/gregtech_recipemaps.zs +++ b/overrides/scripts/gregtech_recipemaps.zs @@ -69,34 +69,34 @@ global wiremill as RecipeMap = RecipeMap.getByName("wiremill // Tools -.addItems([ - .withEmptyTag(), - .withEmptyTag(), - .withEmptyTag(), - .withEmptyTag()]); +//.addItems([ + //.withEmptyTag(), + //.withEmptyTag(), + //.withEmptyTag(), + //.withEmptyTag()]); -.addItems([ - .withEmptyTag(), - .withEmptyTag()]); +//.addItems([ + //.withEmptyTag(), + //.withEmptyTag()]); -.addItems([ - .withEmptyTag()]); +//.addItems([ + //.withEmptyTag()]); -.addItems([ - .withEmptyTag(), - .withEmptyTag(), - .withEmptyTag(), - .withEmptyTag(), - .withEmptyTag()]); +//.addItems([ + //.withEmptyTag(), + //.withEmptyTag(), + //.withEmptyTag(), + //.withEmptyTag(), + //.withEmptyTag()]); -.addItems([ - .withEmptyTag()]); +//.addItems([ + //.withEmptyTag()]); .addItems([ - .withEmptyTag()]); + //.withEmptyTag()]); .addItems([ - .withEmptyTag()]); + //.withEmptyTag()]); .addItems([ - .withEmptyTag()]); + //.withEmptyTag()]);