From 9f39da44b1cf7b090d99523d2c2ec08b4ff3c2ef Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Mon, 15 Apr 2019 21:54:55 +0100 Subject: [PATCH] things craft --- .../data/techreborn/recipes/grinder_test.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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