minecraft-src/data/minecraft/recipe/pink_dye_from_cactus_flower.json
2025-07-04 03:45:38 +03:00

12 lines
No EOL
209 B
JSON

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