From 04859969a8d15e0597ff2c0a00c9b883ad38e5f0 Mon Sep 17 00:00:00 2001 From: lumiscosity Date: Wed, 17 Jul 2024 20:13:06 +0000 Subject: [PATCH] fix trough recipe --- src/main/resources/data/rounded/recipe/trough.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/rounded/recipe/trough.json b/src/main/resources/data/rounded/recipe/trough.json index 2c6f793..86f8815 100644 --- a/src/main/resources/data/rounded/recipe/trough.json +++ b/src/main/resources/data/rounded/recipe/trough.json @@ -19,6 +19,6 @@ ], "result": { "count": 1, - "id": "rounded:treated_acacia_planks" + "id": "rounded:trough" } }