From 996e9a4c98376c7ec9a595d9810c319360f8c1b0 Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Fri, 31 Dec 2021 14:25:52 -0800 Subject: [PATCH] Replace filing requirement in chisel recipe with grinding --- data/json/recipes/tools/tools_hand.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/json/recipes/tools/tools_hand.json b/data/json/recipes/tools/tools_hand.json index 6135c9ec6d69c..2164c3e677f22 100644 --- a/data/json/recipes/tools/tools_hand.json +++ b/data/json/recipes/tools/tools_hand.json @@ -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" },