Flywheel/src/main/resources/data/create/recipes/crushing/sunflower.json

26 lines
396 B
JSON
Raw Normal View History

{
"type": "create:crushing",
"group": "minecraft:misc",
"ingredients": [
{
"item": "minecraft:sunflower"
}
],
"results": [
{
"item": "minecraft:yellow_dye",
"count": 3
},
{
"item": "minecraft:yellow_dye",
"count": 1,
"chance": 0.25
},
{
"item": "minecraft:orange_dye",
"count": 1,
"chance": 0.25
}
],
"processingTime": 100
}