things craft

This commit is contained in:
modmuss50 2019-04-15 21:54:55 +01:00
parent d45284de2c
commit 9f39da44b1

View file

@ -1,5 +1,17 @@
{ {
"type": "techreborn:grinder", "type": "techreborn:grinder",
"power": 10, "power": 10,
"time": 123 "time": 123,
"ingredients" : [
{
"item": "minecraft:dirt",
"size": 2
}
],
"results" : [
{
"item": "minecraft:diamond",
"count": 4
}
]
} }