From bd748e87ad79098991a44217a88472461730139d Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Thu, 9 Nov 2023 12:35:39 -0800
Subject: Convert leg ammo pouch recipe to use requirements.

---
 json/recipes/armor/storage.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'json/recipes')

diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json
index b5a9399..af1bdb9 100644
--- a/json/recipes/armor/storage.json
+++ b/json/recipes/armor/storage.json
@@ -11,8 +11,8 @@
     "autolearn": true,
     "qualities": [ { "id": "SEW", "level": 1 } ],
     "components": [
-      [ [ "leather", 6 ], [ "rag", 6 ] ],
-      [ [ "chestpouch", 2 ], [ "leather", 8 ], [ "rag", 8 ] ],
+      [ [ "fabric_standard", 6, "LIST" ], [ "fabric_hides_any", 6, "LIST" ] ],
+      [ [ "chestpouch", 2 ], [ "fabric_standard", 8 ], [ "fabric_hides_any", 8 ] ],
       [ [ "filament", 8, "LIST" ] ]
     ]
   }
-- 
cgit v1.2.1