Files
minecraft-assets/data/minecraft/recipes/pink_dye_from_peony.json
2023-11-22 18:29:17 +01:00

14 lines
225 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "pink_dye",
"ingredients": [
{
"item": "minecraft:peony"
}
],
"result": {
"count": 2,
"item": "minecraft:pink_dye"
}
}