aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/light_gray_dye_from_oxeye_daisy.json
blob: 399a2872024f8056171f50ccd34d30ab68d04697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "minecraft:crafting_shapeless",
  "group": "light_gray_dye",
  "ingredients": [
    {
      "item": "minecraft:oxeye_daisy"
    }
  ],
  "result": {
    "item": "minecraft:light_gray_dye"
  }
}