From b8d99ae73e917feda02b4740e408637cb9802805 Mon Sep 17 00:00:00 2001 From: Kurtis Vetter Date: Fri, 14 Jan 2022 18:18:59 -0800 Subject: [PATCH] Remove innawood baseball recipe --- data/mods/innawood/recipes/recipe_ammo.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 data/mods/innawood/recipes/recipe_ammo.json diff --git a/data/mods/innawood/recipes/recipe_ammo.json b/data/mods/innawood/recipes/recipe_ammo.json deleted file mode 100644 index 2b4a8b9147..0000000000 --- a/data/mods/innawood/recipes/recipe_ammo.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "result": "baseball", - "category": "CC_AMMO", - "subcategory": "CSC_AMMO_OTHER", - "skill_used": "tailor", - "difficulty": 1, - "time": "10 m", - "autolearn": true, - "using": [ [ "tailoring_leather_small", 2 ] ], - "proficiencies": [ { "proficiency": "prof_leatherworking_basic" } ], - "components": [ [ [ "string_6", 2 ] ], [ [ "superglue", 1 ], [ "bone_glue", 1 ] ] ], - "//": "Essentially a ball of glued-together string with some leather around it" - } -] -- GitLab