minecraft-assets/data/minecraft/recipes/cyan_dye.json

15 lines
232 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:blue_dye"
},
{
"item": "minecraft:green_dye"
}
],
"result": {
"item": "minecraft:cyan_dye",
"count": 2
}
}