aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/lime_wool.json
blob: 28e3ed10b3e9ad11582b500a07538358c0a3e70c (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:lime_dye"
    },
    {
      "item": "minecraft:white_wool"
    }
  ],
  "result": {
    "item": "minecraft:lime_wool"
  }
}