summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-16 14:01:56 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-05-16 14:01:56 -0700
commited038c58f03ef952c4ebd28baaa7cc5e0f8a98bb (patch)
tree6534bddb2362096647e86319f35e414df87eb040 /json/recipes
parentAllow crafting leather patches from fur pelts. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-ed038c58f03ef952c4ebd28baaa7cc5e0f8a98bb.tar.xz
Migrate string recipe to recipe-fixes mod.
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/recipe_other.json16
1 files changed, 0 insertions, 16 deletions
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 ] ] ]
- }
-]