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

15 lines
241 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "wool",
"ingredients": [
{
"item": "minecraft:purple_dye"
},
{
"item": "minecraft:white_wool"
}
],
"result": {
"item": "minecraft:purple_wool"
}
}