things craft
This commit is contained in:
parent
d45284de2c
commit
9f39da44b1
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue