From 1721e4ca1759f1ab68bf5fa0715a3023b627bb83 Mon Sep 17 00:00:00 2001 From: Light-Wave <66904273+Light-Wave@users.noreply.github.com> Date: Thu, 9 Jun 2022 23:02:02 +0200 Subject: [PATCH] Update construction.json (#58284) --- data/mods/innawood/recipes/other/construction.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/mods/innawood/recipes/other/construction.json b/data/mods/innawood/recipes/other/construction.json index 8fe38b9947f57..627289e2e331e 100644 --- a/data/mods/innawood/recipes/other/construction.json +++ b/data/mods/innawood/recipes/other/construction.json @@ -11,8 +11,9 @@ "time": "3 h", "autolearn": true, "using": [ [ "forging_standard", 1 ], [ "bronzesmithing_tools", 1 ] ], - "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ], - "tools": [ [ [ "hotcut", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_redsmithing" } ], + "tools": [ [ [ "casting_mold", -1 ] ] ], + "qualities": [ { "id": "GRIND", "level": 2 } ], "components": [ [ [ "scrap_bronze", 1 ] ] ] } ]