Skip to content

Commit

Permalink
Merge pull request #77364 from Fris0uman/any_axe
Browse files Browse the repository at this point in the history
Allow any grade of steel for the metal axe head
  • Loading branch information
Maleclypse authored Oct 31, 2024
2 parents bf282a6 + e6d988b commit bf47b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/recipes/tools/tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
"reversible": true,
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "steel_chunk", 1 ], [ "steel_lump", 1 ] ] ]
"using": [ [ "steel_chunk_any", 1 ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit bf47b14

Please sign in to comment.