From b2ebcb2d644826ccf3f660c7612359777e328d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9Fsan?= Date: Wed, 10 Jan 2024 00:17:21 +0300 Subject: [PATCH 1/2] Add tanned_pelt as another component of fur foot wraps --- data/json/recipes/armor/feet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/armor/feet.json b/data/json/recipes/armor/feet.json index 7e99011338c76..fa3dcaf6c3d54 100644 --- a/data/json/recipes/armor/feet.json +++ b/data/json/recipes/armor/feet.json @@ -1085,7 +1085,7 @@ "time": "1 m 30 s", "reversible": true, "autolearn": true, - "components": [ [ [ "sheet_fur_patchwork", 2 ] ] ], + "components": [ [ [ "sheet_fur_patchwork", 2 ], ["tanned_pelt", 2] ] ], "flags": [ "BLIND_HARD" ] }, { From b94507cce3b58d7e2e3f1a4de26b2306d829a5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9Fsan?= <92649837+KreaeTerra@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:46:19 +0300 Subject: [PATCH 2/2] Update json spacing Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- data/json/recipes/armor/feet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/armor/feet.json b/data/json/recipes/armor/feet.json index fa3dcaf6c3d54..79ba6121774ab 100644 --- a/data/json/recipes/armor/feet.json +++ b/data/json/recipes/armor/feet.json @@ -1085,7 +1085,7 @@ "time": "1 m 30 s", "reversible": true, "autolearn": true, - "components": [ [ [ "sheet_fur_patchwork", 2 ], ["tanned_pelt", 2] ] ], + "components": [ [ [ "sheet_fur_patchwork", 2 ], [ "tanned_pelt", 2 ] ] ], "flags": [ "BLIND_HARD" ] }, {