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