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

16 lines
254 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:blue_dye"
},
{
"item": "minecraft:red_dye"
}
],
"result": {
"count": 2,
"item": "minecraft:purple_dye"
}
}