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

12 lines
191 B
JSON

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