Files
minecraft-assets/data/minecraft/recipes/yellow_dye_from_sunflower.json
2024-05-01 18:30:06 +02:00

14 lines
231 B
JSON

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