Files
minecraft-assets/data/minecraft/recipes/yellow_dye_from_sunflower.json
2018-07-18 20:51:45 +02:00

13 lines
207 B
JSON

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