Files
minecraft-assets/data/minecraft/recipes/yellow_dye_from_sunflower.json
2018-12-21 06:38:40 +00:00

13 lines
207 B
JSON

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