From 684be37aed7ffb6815e8a8472493b759227157ed Mon Sep 17 00:00:00 2001 From: Kantonine <91917075+Kantonine@users.noreply.github.com> Date: Sun, 26 May 2024 15:10:51 +0100 Subject: [PATCH] Primitive tailoring fixes (#74056) * Update legs.json make loinclothes simple (no fabric cutting needed) * Update feet.json made footrags simple (no fabric cutting needed) --- data/json/recipes/armor/feet.json | 2 +- data/json/recipes/armor/legs.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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",