diff options
Diffstat (limited to 'json/recipes/armor')
-rw-r--r-- | json/recipes/armor/storage.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json index af1bdb9..aecd358 100644 --- a/json/recipes/armor/storage.json +++ b/json/recipes/armor/storage.json @@ -12,7 +12,7 @@ "qualities": [ { "id": "SEW", "level": 1 } ], "components": [ [ [ "fabric_standard", 6, "LIST" ], [ "fabric_hides_any", 6, "LIST" ] ], - [ [ "chestpouch", 2 ], [ "fabric_standard", 8 ], [ "fabric_hides_any", 8 ] ], + [ [ "chestpouch", 2 ], [ "fabric_standard", 8, "LIST" ], [ "fabric_hides_any", 8, "LIST" ] ], [ [ "filament", 8, "LIST" ] ] ] } |