From ed038c58f03ef952c4ebd28baaa7cc5e0f8a98bb Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 16 May 2023 14:01:56 -0700 Subject: Migrate string recipe to recipe-fixes mod. --- json/recipes/recipe_other.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 json/recipes/recipe_other.json (limited to 'json/recipes') diff --git a/json/recipes/recipe_other.json b/json/recipes/recipe_other.json deleted file mode 100644 index 8c55ff7..0000000 --- a/json/recipes/recipe_other.json +++ /dev/null @@ -1,16 +0,0 @@ -[ - { - "type": "recipe", - "result": "thread", - "id_suffix": "from_rags", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "tailor", - "difficulty": 1, - "skills_required": [ "fabrication", 1 ], - "time": "60 m", - "autolearn": true, - "qualities": [ { "id": "CUT", "level": 1 } ], - "components": [ [ [ "rag", 1 ] ] ] - } -] -- cgit v1.2.1