Skip to content

Commit

Permalink
Cannot make nomex from only thread (#58296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrox authored Jun 9, 2022
1 parent cdea53f commit d3d4591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/recipes/other/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
"reversible": true,
"using": [ [ "sewing_kevlar", 15 ] ],
"proficiencies": [ { "proficiency": "prof_polymerworking" } ],
"components": [ [ [ "sheet_kevlar", 16 ], [ "thread", 30 ] ] ]
"components": [ [ [ "sheet_kevlar", 16 ] ], [ [ "thread", 30 ] ] ]
},
{
"type": "recipe",
Expand All @@ -502,7 +502,7 @@
"time": "5 m",
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "sheet_nylon", 4 ], [ "thread", 10 ] ] ]
"components": [ [ [ "sheet_nylon", 4 ] ], [ [ "thread", 10 ] ] ]
},
{
"type": "recipe",
Expand All @@ -515,7 +515,7 @@
"time": "15 m",
"autolearn": true,
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 2 } ],
"components": [ [ [ "sheet_nomex", 8 ], [ "thread", 20 ] ] ]
"components": [ [ [ "sheet_nomex", 8 ] ], [ [ "thread", 20 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit d3d4591

Please sign in to comment.