From 8bdf1771076908e0216d04aed2bfef8fed41b30d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Jul 2022 13:10:29 -0700 Subject: More readability changes and more standardized groups. --- json/recipes/food/other.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'json/recipes/food/other.json') diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json index 06cbe4a..08d09db 100644 --- a/json/recipes/food/other.json +++ b/json/recipes/food/other.json @@ -12,7 +12,10 @@ "batch_time_factors": [ 80, 1 ], "qualities": [ { "id": "COOK", "level": 2 } ], "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ], - "components": [ [ [ "powder_eggs", 2 ] ], [ [ "water", 2 ], [ "water_clean", 2 ] ] ] + "components": [ + [ [ "powder_eggs", 2 ] ], + [ [ "water", 2 ], [ "water_clean", 2 ] ] + ] }, { "type": "recipe", -- cgit v1.2.1