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