From ab4a0322bda98728f3003dfd6c71e60970757d20 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:24:57 -0500 Subject: [PATCH 1/4] Update recipe_others.json --- data/json/recipes/recipe_others.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 08b29ac8f796f..9abaa575452d2 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -1185,7 +1185,18 @@ [ "mag_mechanics", 2 ], [ "mag_rifle", 2 ] ], - "components": [ [ [ "wire", 2 ], [ "cable", 2 ] ] ] + "components": [ + [ + [ "wire", 2 ], + [ "lc_wire", 2 ], + [ "mc_wire", 2 ], + [ "hc_wire", 2 ], + [ "qt_wire", 2 ], + [ "ch_wire", 2 ], + [ "cable", 2 ] + ], + [ [ "yarn", 1 ], [ "cotton_ball", 1 ], [ "wool_staple", 1 ] ] + ] }, { "type": "recipe", From 502c75e67e0f3954cc1611bd25f93b70f9cd1aa3 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:24:19 -0500 Subject: [PATCH 2/4] Update data/json/recipes/recipe_others.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/json/recipes/recipe_others.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 9abaa575452d2..74e3bce2fbca2 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -1195,7 +1195,7 @@ [ "ch_wire", 2 ], [ "cable", 2 ] ], - [ [ "yarn", 1 ], [ "cotton_ball", 1 ], [ "wool_staple", 1 ] ] + [ [ "yarn", 1 ], [ "cotton_ball", 1 ], [ "wool_staple", 1 ] ] ] }, { From f03b252cab574e174d34d1fdf68ec5a1af7d05e8 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:01:43 -0500 Subject: [PATCH 3/4] Update data/json/recipes/recipe_others.json --- data/json/recipes/recipe_others.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 74e3bce2fbca2..7b6a978ea5ca6 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -1188,7 +1188,6 @@ "components": [ [ [ "wire", 2 ], - [ "lc_wire", 2 ], [ "mc_wire", 2 ], [ "hc_wire", 2 ], [ "qt_wire", 2 ], From 69d1090b1778a6be4df2ebd61fec42ea7731e7d4 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:02:18 -0500 Subject: [PATCH 4/4] Update data/json/recipes/recipe_others.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/json/recipes/recipe_others.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index 7b6a978ea5ca6..c5259635fc314 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -1186,14 +1186,7 @@ [ "mag_rifle", 2 ] ], "components": [ - [ - [ "wire", 2 ], - [ "mc_wire", 2 ], - [ "hc_wire", 2 ], - [ "qt_wire", 2 ], - [ "ch_wire", 2 ], - [ "cable", 2 ] - ], + [ [ "wire", 2 ], [ "mc_wire", 2 ], [ "hc_wire", 2 ], [ "qt_wire", 2 ], [ "ch_wire", 2 ], [ "cable", 2 ] ], [ [ "yarn", 1 ], [ "cotton_ball", 1 ], [ "wool_staple", 1 ] ] ] },