From f494434f9a5b25512e62b65938e5ac02825d9c2d Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:56:38 +1100 Subject: [PATCH] try to fix ct scripts agan --- overrides/scripts/electronics.zs | 6 ++-- overrides/scripts/gregtech_recipemaps.zs | 37 +----------------------- overrides/scripts/normalmode.zs | 2 +- 3 files changed, 5 insertions(+), 40 deletions(-) diff --git a/overrides/scripts/electronics.zs b/overrides/scripts/electronics.zs index a83ab1f..3d67410 100644 --- a/overrides/scripts/electronics.zs +++ b/overrides/scripts/electronics.zs @@ -127,7 +127,7 @@ mods.jei.JEI.removeAndHide(); mods.jei.JEI.removeAndHide(); -val wrench = ; +val wrench = ; // Microversium Machine Casing makeShaped("of_microverse_casing", * 2, @@ -176,7 +176,7 @@ recipes.addShaped(, [ //recipes.removeByRecipeName("gregtech:casing.lv"); //recipes.addShaped(, [ // [, , ], -// [, , ], +// [, , ], // [, , ] //]); //// LV Machine Casing * 1 @@ -188,7 +188,7 @@ recipes.addShaped(, [ // //recipes.addShaped(, [ // [, , ], -// [, , ], +// [, , ], // [, , ] //]); //// ULV Machine Casing * 1 diff --git a/overrides/scripts/gregtech_recipemaps.zs b/overrides/scripts/gregtech_recipemaps.zs index f55e17f..9bf65a3 100644 --- a/overrides/scripts/gregtech_recipemaps.zs +++ b/overrides/scripts/gregtech_recipemaps.zs @@ -64,39 +64,4 @@ global thermal_centrifuge as RecipeMap = RecipeMap.getByName("thermal_ global thermal_sep as RecipeMap = RecipeMap.getByName("thermal_centrifuge"); global unpackager as RecipeMap = RecipeMap.getByName("unpacker"); global vacuum_freezer as RecipeMap = RecipeMap.getByName("vacuum_freezer"); -global wiremill as RecipeMap = RecipeMap.getByName("wiremill"); - - - -// Tools -//.addItems([ - //.withEmptyTag(), - //.withEmptyTag(), - //.withEmptyTag(), - //.withEmptyTag()]); - -//.addItems([ - //.withEmptyTag(), - //.withEmptyTag()]); - -//.addItems([ - //.withEmptyTag()]); - -//.addItems([ - //.withEmptyTag(), - //.withEmptyTag(), - //.withEmptyTag(), - //.withEmptyTag(), - //.withEmptyTag()]); - -//.addItems([ - //.withEmptyTag()]); - -.addItems([ - //.withEmptyTag()]); - -.addItems([ - //.withEmptyTag()]); - -.addItems([ - //.withEmptyTag()]); +global wiremill as RecipeMap = RecipeMap.getByName("wiremill"); \ No newline at end of file diff --git a/overrides/scripts/normalmode.zs b/overrides/scripts/normalmode.zs index 858a506..2623675 100644 --- a/overrides/scripts/normalmode.zs +++ b/overrides/scripts/normalmode.zs @@ -304,7 +304,7 @@ makeShaped("of_nc_water_source", , //Rubber by hand -recipes.addShaped(,[[],[],[]]); +recipes.addShaped(,[[],[],[]]); //Rubber Sheet compressor.recipeBuilder().inputs().outputs().duration(20).EUt(8).buildAndRegister();