aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/magenta_wool.json
blob: bdd3afb8f154eb5de762f70f34ff179059bc6b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "minecraft:crafting_shapeless",
  "group": "wool",
  "ingredients": [
    {
      "item": "minecraft:magenta_dye"
    },
    {
      "item": "minecraft:white_wool"
    }
  ],
  "result": {
    "item": "minecraft:magenta_wool"
  }
}