From c3e125284665e08f925de879547aaa5e377983b7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 10:44:58 -0800 Subject: Use byproducts as hack to allow multiple items per batch. --- json/recipes/recipe_companion.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json') diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json index cc3c0bf..81c3f61 100644 --- a/json/recipes/recipe_companion.json +++ b/json/recipes/recipe_companion.json @@ -28,7 +28,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 ] ], "id_suffix": "npc_drop", "category": "CC_OTHER", "subcategory": "CSC_OTHER_CONTAINERS", -- cgit v1.2.1