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

16 lines
269 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "wool",
"ingredients": [
{
"item": "minecraft:magenta_dye"
},
{
"item": "minecraft:white_wool"
}
],
"result": {
"item": "minecraft:magenta_wool"
}
}