Cobblestone > Gravel > Sand grinder flow #2107
Don't see anything inherently wrong with this, most packs do it this way anyways.
This commit is contained in:
parent
f66e7019f9
commit
62fb5f632a
2 changed files with 16 additions and 1 deletions
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 2,
|
||||
"time": 180,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "minecraft:gravel"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
"time": 180,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "minecraft:cobblestone"
|
||||
"item": "minecraft:gravel"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
|
|
Loading…
Reference in a new issue