aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/black_wool.json
blob: 748f90748c17f8a4c60c52f9a592e157381fec8b (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:black_dye"
    },
    {
      "item": "minecraft:white_wool"
    }
  ],
  "result": {
    "item": "minecraft:black_wool"
  }
}