From 46781f0c2c6df29f38a92628a35f05c1ec81f964 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 10:43:48 -0800 Subject: Use byproducts as hack for crafting multiple per batch. --- json/recipes/other/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.1