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

14 lines
No EOL
229 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "pink_dye",
"ingredients": [
{
"item": "minecraft:pink_petals"
}
],
"result": {
"count": 1,
"id": "minecraft:pink_dye"
}
}