minecraft-src/data/minecraft/recipe/cyan_dye.json
2025-07-04 02:00:41 +03:00

13 lines
No EOL
231 B
JSON

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