aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/blue_wool.json
blob: 7703b8ab40d64baf007ee121d5e71ac92227139d (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:blue_dye"
    },
    {
      "item": "minecraft:white_wool"
    }
  ],
  "result": {
    "item": "minecraft:blue_wool"
  }
}