Files
minecraft-assets/data/minecraft/recipes/cyan_dye_from_pitcher_plant.json
2024-03-28 12:56:12 +01:00

14 lines
231 B
JSON

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