Skip to content

Commit

Permalink
Merge pull request CleverRaven#53931 from kevingranade/simpler-chisel…
Browse files Browse the repository at this point in the history
…-recipe

Replace filing requirement in chisel recipe with grinding
  • Loading branch information
ZhilkinSerg authored Jan 1, 2022
2 parents 27cc681 + 996e9a4 commit 1b49ee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/json/recipes/tools/tools_hand.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
[ "textbook_armeast", 5 ],
[ "textbook_armwest", 5 ]
],
"using": [ [ "blacksmithing_standard", 4 ], [ "steel_standard", 1 ] ],
"using": [ [ "steel_standard", 1 ] ],
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "GRIND", "level": 2 } ],
"tools": [ [ [ "forge", 20 ], [ "oxy_torch", 20 ], [ "fake_arc_furnace", 10 ] ], [ [ "metalworking_tongs", -1 ] ] ],
"proficiencies": [
{ "proficiency": "prof_metalworking" },
{ "proficiency": "prof_blacksmithing" },
Expand Down

0 comments on commit 1b49ee0

Please sign in to comment.