minecraft-assets/data/minecraft/recipes/yellow_dye_from_sunflower.json

13 lines
211 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "yellow_dye",
"ingredients": [
{
"item": "minecraft:sunflower"
}
],
"result": {
"item": "minecraft:yellow_dye",
"count": 2
}
}