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