aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/daylight_detector.json
blob: 6b3b61a16af77158b8f855850bb87e37514b5033 (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",
    "QQQ",
    "WWW"
  ],
  "key": {
    "Q": {
      "item": "minecraft:quartz"
    },
    "G": {
      "item": "minecraft:glass"
    },
    "W": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "result": {
    "item": "minecraft:daylight_detector"
  }
}