From b2dac12c0fbb14548c62d1ac46313f4a02944ae2 Mon Sep 17 00:00:00 2001 From: Ayutac Date: Fri, 14 Jan 2022 17:55:52 +0100 Subject: [PATCH] Centrifuge recipe: podzol fix. Thanks to Ayutac wrong mod tag (and count unnecessary) --- .../resources/data/techreborn/recipes/centrifuge/podzol.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/techreborn/recipes/centrifuge/podzol.json b/src/main/resources/data/techreborn/recipes/centrifuge/podzol.json index 5fb50bf6d..e7e2a0364 100644 --- a/src/main/resources/data/techreborn/recipes/centrifuge/podzol.json +++ b/src/main/resources/data/techreborn/recipes/centrifuge/podzol.json @@ -22,8 +22,7 @@ "count": 2 }, { - "item": "minecraft:plantball", - "count": 1 + "item": "techreborn:plantball" } ] -} \ No newline at end of file +}