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

12 lines
191 B
JSON

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