From a3d0a44d8fb534af369286765ab11ee214a859ec Mon Sep 17 00:00:00 2001 From: CSHague <58125670+CSHague@users.noreply.github.com> Date: Mon, 24 Feb 2020 20:38:58 -0500 Subject: [PATCH] Make 3l jar a by-product of heavy cream from milk cream jar recipe Previously, using this recipe, the 3L jar will simply disappear. --- data/json/recipes/food/dairy_products.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/food/dairy_products.json b/data/json/recipes/food/dairy_products.json index 5d3f9c5541e93..beaab800ef9a0 100644 --- a/data/json/recipes/food/dairy_products.json +++ b/data/json/recipes/food/dairy_products.json @@ -28,7 +28,7 @@ "type": "recipe", "result": "milk_cream", "result_mult": 5, - "byproducts": [ [ "buttermilk", 7 ] ], + "byproducts": [ [ "jar_3l_glass", 1 ], [ "buttermilk", 7 ] ], "category": "CC_FOOD", "subcategory": "CSC_FOOD_DAIRY", "skill_used": "cooking",