minecraft-assets/data/minecraft/recipes/pink_dye_from_red_white_dye...

16 lines
254 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "pink_dye",
"ingredients": [
{
"item": "minecraft:red_dye"
},
{
"item": "minecraft:white_dye"
}
],
"result": {
"item": "minecraft:pink_dye",
"count": 2
}
}