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

15 lines
222 B
JSON

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