From 556f3d33ae527c0830dd26611bb4e76780f54945 Mon Sep 17 00:00:00 2001 From: Chorus System Date: Wed, 17 Jan 2024 22:22:08 -0500 Subject: [PATCH] Updated missing bracket --- data/json/recipes/other/other.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/recipes/other/other.json b/data/json/recipes/other/other.json index 61499b986e6b..c33c78679a5a 100644 --- a/data/json/recipes/other/other.json +++ b/data/json/recipes/other/other.json @@ -534,6 +534,6 @@ "time": "5 m", "autolearn": true, "reversible": true, - "components": [ [ "withered", 12 ], [ "straw_pile", 12 ] ] + "components": [ [ [ "withered", 12 ], [ "straw_pile", 12 ] ] ] } ]