From 694e3e90676c6b25023ad001aed2b8bd9dc0a7a3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 10:10:51 -0800 Subject: Remove invalid count from small tin can recipe. --- 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 4bf1c95..4c78686 100644 --- a/json/recipes/other/containers.json +++ b/json/recipes/other/containers.json @@ -2,12 +2,12 @@ { "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.", "category": "CC_OTHER", "subcategory": "CSC_OTHER_CONTAINERS", "skill_used": "fabrication", "difficulty": 3, "time": "30 m", - "count": 2, "autolearn": true, "using": [ [ "blacksmithing_standard", 1 ], -- cgit v1.2.1