mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-11 23:06:09 +01:00
17 lines
257 B
JSON
17 lines
257 B
JSON
|
{
|
||
|
"type": "create:crushing",
|
||
|
"group": "minecraft:misc",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:grass"
|
||
|
}
|
||
|
],
|
||
|
"results": [
|
||
|
{
|
||
|
"item": "minecraft:wheat_seeds",
|
||
|
"count": 1,
|
||
|
"chance": 0.25
|
||
|
}
|
||
|
],
|
||
|
"processingTime": 50
|
||
|
}
|