aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/shears.json
blob: c69c8330bba520205ebb5b3a4d27a70431f503be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    " #",
    "# "
  ],
  "key": {
    "#": {
      "item": "minecraft:iron_ingot"
    }
  },
  "result": {
    "item": "minecraft:shears"
  }
}