mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-11 23:06:09 +01:00
26 lines
388 B
JSON
26 lines
388 B
JSON
|
{
|
||
|
"type": "create:crushing",
|
||
|
"group": "minecraft:misc",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:bone"
|
||
|
}
|
||
|
],
|
||
|
"results": [
|
||
|
{
|
||
|
"item": "minecraft:bone_meal",
|
||
|
"count": 3
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:white_dye",
|
||
|
"count": 1,
|
||
|
"chance": 0.25
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:bone_meal",
|
||
|
"count": 3,
|
||
|
"chance": 0.25
|
||
|
}
|
||
|
],
|
||
|
"processingTime": 100
|
||
|
}
|