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