From 44a0313361a3feb09360bc6acf30e98c8f6be4d7 Mon Sep 17 00:00:00 2001 From: m44ster <71787934+m44ster@users.noreply.github.com> Date: Wed, 26 May 2021 16:08:49 +0200 Subject: [PATCH] fix recipes (#2401) --- .../data/techreborn/recipes/extractor/clay_ball.json | 4 ++-- .../industrial_grinder/end_stone_bricks_with_water.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/techreborn/recipes/extractor/clay_ball.json b/src/main/resources/data/techreborn/recipes/extractor/clay_ball.json index c2bfa99ba..e05b530cf 100644 --- a/src/main/resources/data/techreborn/recipes/extractor/clay_ball.json +++ b/src/main/resources/data/techreborn/recipes/extractor/clay_ball.json @@ -10,7 +10,7 @@ "results": [ { "item": "minecraft:clay_ball", - "count": 5 + "count": 4 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/techreborn/recipes/industrial_grinder/end_stone_bricks_with_water.json b/src/main/resources/data/techreborn/recipes/industrial_grinder/end_stone_bricks_with_water.json index 643ff17d1..a6d563ec0 100644 --- a/src/main/resources/data/techreborn/recipes/industrial_grinder/end_stone_bricks_with_water.json +++ b/src/main/resources/data/techreborn/recipes/industrial_grinder/end_stone_bricks_with_water.json @@ -8,7 +8,7 @@ }, "ingredients": [ { - "item": "minecraft:end_stone" + "item": "minecraft:end_stone_bricks" } ], "results": [