From bae5c24314fb7715509c906b1d77e9d452bc6ddb Mon Sep 17 00:00:00 2001 From: Mark Vinny <49823690+Marcos6226@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:32:39 -0300 Subject: [PATCH] fix messenger bag recipe (#60441) --- data/json/recipes/armor/storage.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/json/recipes/armor/storage.json b/data/json/recipes/armor/storage.json index 36500e5807006..fbcf1543e62f6 100644 --- a/data/json/recipes/armor/storage.json +++ b/data/json/recipes/armor/storage.json @@ -1895,12 +1895,11 @@ "difficulty": 3, "time": "14 h", "autolearn": true, - "using": [ [ "tailoring_leather_patchwork", 3 ], [ "fastener_large", 2 ] ], + "using": [ [ "tailoring_nylon_patchwork", 18 ], [ "fastener_large", 2 ], [ "plastic_molding", 3 ] ], "proficiencies": [ { "proficiency": "prof_closures" }, { "proficiency": "prof_closures_waterproofing" }, - { "proficiency": "prof_leatherworking_basic" }, - { "proficiency": "prof_leatherworking" } + { "proficiency": "prof_plasticworking" } ] }, {