Files
minecraft-assets/data/minecraft/recipes/cyan_dye.json
2022-06-29 18:37:59 +02:00

15 lines
232 B
JSON

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