diff --git a/data/json/recipes/armor/feet.json b/data/json/recipes/armor/feet.json index af663b0669d9b..4e697fa0c912a 100644 --- a/data/json/recipes/armor/feet.json +++ b/data/json/recipes/armor/feet.json @@ -1072,7 +1072,7 @@ "time": "1 m", "reversible": true, "autolearn": true, - "using": [ [ "tailoring_cotton_patchwork", 2 ] ], + "using": [ [ "tailoring_cotton_patchwork_simple", 2 ] ], "flags": [ "BLIND_HARD" ] }, { diff --git a/data/json/recipes/armor/legs.json b/data/json/recipes/armor/legs.json index c98962fdc8356..5bddf9ff0a836 100644 --- a/data/json/recipes/armor/legs.json +++ b/data/json/recipes/armor/legs.json @@ -874,25 +874,25 @@ "time": "15 m", "autolearn": true, "reversible": true, - "using": [ [ "cordage_short", 1 ], [ "tailoring_cotton_patchwork", 2 ] ] + "using": [ [ "cordage_short", 1 ], [ "tailoring_cotton_patchwork_simple", 2 ] ] }, { "result": "loincloth_fur", "type": "recipe", "copy-from": "loincloth", - "using": [ [ "cordage_short", 1 ], [ "tailoring_fur_patchwork", 2 ] ] + "using": [ [ "cordage_short", 1 ], [ "tailoring_fur_patchwork_simple", 2 ] ] }, { "result": "loincloth_leather", "type": "recipe", "copy-from": "loincloth", - "using": [ [ "cordage_short", 1 ], [ "tailoring_leather_patchwork", 2 ] ] + "using": [ [ "cordage_short", 1 ], [ "tailoring_leather_patchwork_simple", 2 ] ] }, { "result": "loincloth_wool", "type": "recipe", "copy-from": "loincloth", - "using": [ [ "cordage_short", 1 ], [ "tailoring_felt_patchwork", 2 ] ] + "using": [ [ "cordage_short", 1 ], [ "tailoring_felt_patchwork_simple", 2 ] ] }, { "result": "long_underpants",