diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:43:48 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:43:48 -0800 |
commit | 46781f0c2c6df29f38a92628a35f05c1ec81f964 (patch) | |
tree | 05f9858b3a94aad6b7a574787878a3a99065e857 /json/recipes/other | |
parent | Remove invalid count from small tin can recipe. (diff) | |
download | cataclysm-bn-mod_recipe-fixes-46781f0c2c6df29f38a92628a35f05c1ec81f964.tar.xz |
Use byproducts as hack for crafting multiple per batch.
Diffstat (limited to 'json/recipes/other')
-rw-r--r-- | json/recipes/other/containers.json | 2 |
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", |