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();