diff --git a/src/main/resources/data/techreborn/recipes/grinder_test.json b/src/main/resources/data/techreborn/recipes/grinder_test.json index e498246cd..76595fb02 100644 --- a/src/main/resources/data/techreborn/recipes/grinder_test.json +++ b/src/main/resources/data/techreborn/recipes/grinder_test.json @@ -1,5 +1,17 @@ { "type": "techreborn:grinder", "power": 10, - "time": 123 + "time": 123, + "ingredients" : [ + { + "item": "minecraft:dirt", + "size": 2 + } + ], + "results" : [ + { + "item": "minecraft:diamond", + "count": 4 + } + ] } \ No newline at end of file