Files
minecraft-assets/data/minecraft/recipes/cyan_wool_from_purple_wool.json
2023-05-10 18:28:10 +02:00

16 lines
269 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "cyan_wool",
"ingredients": [
{
"item": "minecraft:cyan_dye"
},
{
"item": "minecraft:purple_wool"
}
],
"result": {
"item": "minecraft:cyan_wool"
}
}