mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-11 23:06:09 +01:00
21 lines
310 B
JSON
21 lines
310 B
JSON
|
{
|
||
|
"type": "create:crushing",
|
||
|
"group": "minecraft:misc",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "minecraft:poppy"
|
||
|
}
|
||
|
],
|
||
|
"results": [
|
||
|
{
|
||
|
"item": "minecraft:red_dye",
|
||
|
"count": 2
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:green_dye",
|
||
|
"count": 1,
|
||
|
"chance": 0.05
|
||
|
}
|
||
|
],
|
||
|
"processingTime": 50
|
||
|
}
|