From 1a40926781c968650ece79fba2b22c72a56ce6e4 Mon Sep 17 00:00:00 2001 From: Tealc <45678006+TealcOneill@users.noreply.github.com> Date: Sat, 25 May 2024 08:39:46 -0600 Subject: [PATCH] Forgot a bracket --- data/json/recipes/tools/tool.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/tools/tool.json b/data/json/recipes/tools/tool.json index 2deea6fea7e07..3e494141a62c3 100644 --- a/data/json/recipes/tools/tool.json +++ b/data/json/recipes/tools/tool.json @@ -472,7 +472,7 @@ ], "qualities": [ { "id": "GRIND", "level": 2 } ], "tools": [ [ [ "hotcut_any", 1, "LIST" ] ] ], - "components": [ [ [ "scrap", 2 ] ], [ "plastic_chunk", 1 ] ] + "components": [ [ [ "scrap", 2 ] ], [ [ "plastic_chunk", 1 ] ] }, { "type": "recipe",