aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/green_wool.json
blob: 19b441cf9ca366fdf5f3d32ee58e6a352708d245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "minecraft:crafting_shapeless",
  "group": "wool",
  "ingredients": [
    {
      "item": "minecraft:green_dye"
    },
    {
      "item": "minecraft:white_wool"
    }
  ],
  "result": {
    "item": "minecraft:green_wool"
  }
}