From 64898c58e232a28d3588542101bd9ca1bdc742ea Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Sat, 21 Dec 2019 09:10:58 +0100 Subject: [PATCH] Fix numer of carrots needed for 3L pickled veggies jar --- data/json/recipes/recipe_food.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index 7a5c7bc513b46..f2a50a7ee7b30 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -7150,8 +7150,8 @@ [ "onion", 12 ], [ "irradiated_onion", 12 ], [ "garlic_clove", 72 ], - [ "irradiated_carrot", 72 ], - [ "carrot", 72 ] + [ "irradiated_carrot", 24 ], + [ "carrot", 24 ] ], [ [ "vinegar", 1 ] ] ]