From 038d9aa69da9c12f79bee9122c0a9e51e2faf18e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Oct 2020 19:33:39 -0700 Subject: Make chili a liquid like curry Fix rice options for tofu stirfry --- json/recipes/recipe_food.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/recipes') diff --git a/json/recipes/recipe_food.json b/json/recipes/recipe_food.json index e95bc95..2c5702e 100644 --- a/json/recipes/recipe_food.json +++ b/json/recipes/recipe_food.json @@ -26,7 +26,7 @@ "batch_time_factors": [ 25, 2 ], "components": [ [ [ "tofu", 4 ], [ "dry_tofu", 4 ] ], - [ [ "rice_cooked", 4 ] ], + [ [ "dry_rice", 4 ], [ "sushi_rice", 4 ], [ "rice_cooked", 4 ] ], [ [ "cooking_oil", 1 ] ], [ [ "beet_syrup", 1 ], -- cgit v1.2.1