Files
minecraft-assets/data/minecraft/recipes/yellow_dye_from_dandelion.json
2019-04-06 17:15:10 +00:00

12 lines
195 B
JSON

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