aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/lead.json
blob: 5e1976a6ae6cf68715401071b393b440da0c5812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "~~ ",
    "~O ",
    "  ~"
  ],
  "key": {
    "~": {
      "item": "minecraft:string"
    },
    "O": {
      "item": "minecraft:slime_ball"
    }
  },
  "result": {
    "item": "minecraft:lead",
    "count": 2
  }
}