mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-11 23:06:09 +01:00
21 lines
314 B
JSON
21 lines
314 B
JSON
|
{
|
||
|
"type": "create:crushing",
|
||
|
"group": "minecraft:misc",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:charcoal"
|
||
|
}
|
||
|
],
|
||
|
"results": [
|
||
|
{
|
||
|
"item": "minecraft:black_dye",
|
||
|
"count": 1
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:gray_dye",
|
||
|
"count": 2,
|
||
|
"chance": 0.1
|
||
|
}
|
||
|
],
|
||
|
"processingTime": 100
|
||
|
}
|