Skip to content

Commit dc8af21

Browse files
authored
Merge pull request #82559 from BalthazarArgall/FixBronzeTongs
Bronze metalworking tongs don't require steel smithing tools
2 parents 56c5d60 + 49c1353 commit dc8af21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

data/json/recipes/tools/tools_hand.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,9 @@
143143
"time": "125 m",
144144
"autolearn": true,
145145
"proficiencies": [ { "proficiency": "prof_metalworking", "required": true }, { "proficiency": "prof_toolsmithing", "required": true } ],
146-
"using": [ [ "forging_standard", 3 ], [ "bronze_tiny", 3 ] ],
147-
"qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 3 }, { "id": "GRIND", "level": 2 } ],
146+
"using": [ [ "forging_standard", 3 ], [ "bronze_tiny", 3 ], [ "bronzesmithing_tools", 1 ] ],
148147
"tools": [ [ [ "casting_mold_large", -1 ], [ "casting_mold_long", -1 ] ] ],
149-
"components": [ [ [ "nail", 1 ], [ "crude_bronze_nail", 1 ], [ "bronze_nail", 1 ], [ "nuts_bolts", 1 ] ] ]
148+
"components": [ [ [ "nail", 1 ], [ "bronze_nail", 1 ], [ "nuts_bolts", 1 ] ] ]
150149
},
151150
{
152151
"type": "recipe",

0 commit comments

Comments
 (0)