Skip to content

Commit

Permalink
Merge pull request #74311 from Karol1223/duct-tape
Browse files Browse the repository at this point in the history
Correct the duct tape requirements in aquarium recipes
  • Loading branch information
Maleclypse authored Jun 5, 2024
2 parents b8f906a + 3bd6742 commit 424a5b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/recipes/tools/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@
"time": "5 h",
"autolearn": true,
"qualities": [ { "id": "CUT_GLASS", "level": 1 } ],
"components": [ [ [ "glass_sheet", 5 ] ], [ [ "silicone", 9 ] ], [ [ "duct_tape", 120 ] ] ]
"components": [ [ [ "glass_sheet", 5 ] ], [ [ "silicone", 9 ] ], [ [ "duct_tape", 53 ] ] ]
},
{
"type": "recipe",
Expand All @@ -1359,7 +1359,7 @@
"time": "4 h 15 m",
"autolearn": true,
"qualities": [ { "id": "CUT_GLASS", "level": 1 } ],
"components": [ [ [ "glass_sheet", 3 ] ], [ [ "silicone", 7 ] ], [ [ "duct_tape", 94 ] ] ]
"components": [ [ [ "glass_sheet", 3 ] ], [ [ "silicone", 7 ] ], [ [ "duct_tape", 42 ] ] ]
},
{
"type": "recipe",
Expand All @@ -1372,7 +1372,7 @@
"time": "8 h",
"autolearn": true,
"qualities": [ { "id": "CUT_GLASS", "level": 1 } ],
"components": [ [ [ "glass_sheet", 8 ] ], [ [ "silicone", 12 ] ], [ [ "duct_tape", 158 ] ] ]
"components": [ [ [ "glass_sheet", 8 ] ], [ [ "silicone", 12 ] ], [ [ "duct_tape", 70 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit 424a5b2

Please sign in to comment.