diff --git a/src/main/resources/data/techreborn/recipes/grinder/quartz_dust_from_diorite.json b/src/main/resources/data/techreborn/recipes/grinder/diorite_dust_from_diorite.json similarity index 75% rename from src/main/resources/data/techreborn/recipes/grinder/quartz_dust_from_diorite.json rename to src/main/resources/data/techreborn/recipes/grinder/diorite_dust_from_diorite.json index a30727a20..08d49fd3b 100644 --- a/src/main/resources/data/techreborn/recipes/grinder/quartz_dust_from_diorite.json +++ b/src/main/resources/data/techreborn/recipes/grinder/diorite_dust_from_diorite.json @@ -5,12 +5,12 @@ "ingredients": [ { "item": "minecraft:diorite", - "count": 8 + "count": 1 } ], "results": [ { - "item": "techreborn:quartz_dust" + "item": "techreborn:diorite_dust" } ] }