diff --git a/data/mods/innawood/recipes/recipe_ammo.json b/data/mods/innawood/recipes/recipe_ammo.json deleted file mode 100644 index 2b4a8b9147794d96afe6e0e9749802a3e876c192..0000000000000000000000000000000000000000 --- 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" - } -]