Files
minecraft-assets/data/minecraft/recipe/purple_dye.json
2024-06-13 21:50:08 +02:00

16 lines
252 B
JSON

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