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

17 lines
276 B
JSON

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