From 1012619e18f697901a6db71a5e665bf5db57fa1f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Jul 2022 12:57:17 -0700 Subject: Make several recipes more readable. Also use more standardized recipe component groups. --- json/recipes/other/containers.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'json/recipes/other/containers.json') diff --git a/json/recipes/other/containers.json b/json/recipes/other/containers.json index 86caaec..4bf1c95 100644 --- a/json/recipes/other/containers.json +++ b/json/recipes/other/containers.json @@ -9,8 +9,13 @@ "time": "30 m", "count": 2, "autolearn": true, - "using": [ [ "blacksmithing_standard", 1 ], [ "steel_tiny", 1 ] ], + "using": [ + [ "blacksmithing_standard", 1 ], + [ "steel_tiny", 1 ] + ], "qualities": [ { "id": "CHISEL", "level": 3 } ], - "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ] + "tools": [ + [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] + ] } ] -- cgit v1.2.1