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