summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 10:43:48 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 10:43:48 -0800
commit46781f0c2c6df29f38a92628a35f05c1ec81f964 (patch)
tree05f9858b3a94aad6b7a574787878a3a99065e857
parentRemove invalid count from small tin can recipe. (diff)
downloadcataclysm-bn-mod_recipe-fixes-46781f0c2c6df29f38a92628a35f05c1ec81f964.tar.xz
Use byproducts as hack for crafting multiple per batch.
-rw-r--r--json/recipes/other/containers.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/other/containers.json b/json/recipes/other/containers.json
index 4c78686..5fcdb1b 100644
--- a/json/recipes/other/containers.json
+++ b/json/recipes/other/containers.json
@@ -2,7 +2,7 @@
{
"type": "recipe",
"result": "can_food_unsealed",
- "//": "Intended to create two due to the high material use, but this does not seem possible for this item type.",
+ "byproducts": [ [ "can_food_unsealed", 1 ] ],
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_CONTAINERS",
"skill_used": "fabrication",