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