mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 14:56:44 +01:00
16 lines
239 B
JSON
16 lines
239 B
JSON
|
{
|
||
|
"type": "create:crushing",
|
||
|
"group": "minecraft:misc",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:cobblestone"
|
||
|
}
|
||
|
],
|
||
|
"results": [
|
||
|
{
|
||
|
"item": "minecraft:gravel",
|
||
|
"count": 1
|
||
|
}
|
||
|
],
|
||
|
"processingTime": 50
|
||
|
}
|