Files
minecraft-assets/data/minecraft/recipes/purple_dye.json
2024-03-20 18:29:58 +01: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"
}
}