aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/red_stained_glass_pane.json
blob: 652a4adadc4dcbfee9a8a1823aa2f195473c79bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "type": "minecraft:crafting_shaped",
  "group": "stained_glass_pane",
  "pattern": [
    "###",
    "###"
  ],
  "key": {
    "#": {
      "item": "minecraft:red_stained_glass"
    }
  },
  "result": {
    "item": "minecraft:red_stained_glass_pane",
    "count": 16
  }
}