aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/orange_dye_from_red_yellow.json
blob: e801eebfb241ce8828e8334a2aa4cdf787a602b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "type": "minecraft:crafting_shapeless",
  "group": "orange_dye",
  "ingredients": [
    {
      "item": "minecraft:red_dye"
    },
    {
      "item": "minecraft:yellow_dye"
    }
  ],
  "result": {
    "item": "minecraft:orange_dye",
    "count": 2
  }
}