diff options
Diffstat (limited to 'json')
| -rw-r--r-- | json/recipes/armor/storage.json | 4 | 
1 files changed, 2 insertions, 2 deletions
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" ] ]      ]    }  | 
