aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/campfire.json
blob: 3cdb1580c36f321c11e9e4f5a518cc35892d9eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    " S ",
    "SCS",
    "LLL"
  ],
  "key": {
    "L": {
      "tag": "minecraft:logs"
    },
    "S": {
      "item": "minecraft:stick"
    },
    "C": {
      "tag": "minecraft:coals"
    }
  },
  "result": {
    "item": "minecraft:campfire"
  }
}