Files
minecraft-assets/data/minecraft/recipes/pink_dye_from_pink_petals.json
2024-04-22 09:12:07 +02:00

14 lines
229 B
JSON

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