From 4ff4564de05f537cf0b76010a5221d98d80f450c Mon Sep 17 00:00:00 2001 From: lumiscosity Date: Wed, 17 Jul 2024 20:13:43 +0000 Subject: [PATCH] fix trough recipe --- src/main/resources/data/rounded/recipes/trough.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/rounded/recipes/trough.json b/src/main/resources/data/rounded/recipes/trough.json index 30e10f8..a756810 100644 --- a/src/main/resources/data/rounded/recipes/trough.json +++ b/src/main/resources/data/rounded/recipes/trough.json @@ -19,6 +19,6 @@ ], "result": { "count": 1, - "item": "rounded:treated_acacia_planks" + "item": "rounded:trough" } }