Skip to content

Commit

Permalink
remove duplicate tongs from 2 recipes (#887)
Browse files Browse the repository at this point in the history
* remove duplicate tongs from 2 recipes

* go away comma
  • Loading branch information
Lamandus authored Sep 15, 2021
1 parent 57b7b67 commit 5d99566
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -2216,8 +2216,7 @@
"time": "2 h",
"autolearn": true,
"using": [ [ "blacksmithing_standard", 8 ], [ "steel_standard", 2 ] ],
"qualities": [ { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ] ]
"qualities": [ { "id": "CHISEL", "level": 3 } ]
},
{
"type": "recipe",
Expand Down
1 change: 0 additions & 1 deletion data/json/recipes/recipe_weapon.json
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,6 @@
"autolearn": true,
"using": [ [ "blacksmithing_standard", 3 ], [ "steel_tiny", 3 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ] ],
"components": [ [ [ "2x4", 1 ], [ "stick", 1 ] ] ]
},
{
Expand Down

0 comments on commit 5d99566

Please sign in to comment.