minecraft-src/data/minecraft/recipe/yellow_dye_from_sunflower.json
2025-07-04 01:41:11 +03:00

14 lines
No EOL
231 B
JSON

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