aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/beacon.json
blob: 7b3540df17ef3d092cfa28f6b6c98baa01dc30e7 (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": [
    "GGG",
    "GSG",
    "OOO"
  ],
  "key": {
    "S": {
      "item": "minecraft:nether_star"
    },
    "G": {
      "item": "minecraft:glass"
    },
    "O": {
      "item": "minecraft:obsidian"
    }
  },
  "result": {
    "item": "minecraft:beacon"
  }
}