aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/magenta_dye_from_allium.json
blob: 33d152731c8aa1b169f47fa1a8eb8f534b84f30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "minecraft:crafting_shapeless",
  "group": "magenta_dye",
  "ingredients": [
    {
      "item": "minecraft:allium"
    }
  ],
  "result": {
    "item": "minecraft:magenta_dye"
  }
}