Files
minecraft-assets/data/minecraft/recipes/magenta_wool.json
2022-05-18 18:37:27 +02:00

15 lines
243 B
JSON

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