aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/pink_stained_glass.json
blob: b7888ee4cf794963390357586aa4d74529edb5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "type": "minecraft:crafting_shaped",
  "group": "stained_glass",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "key": {
    "#": {
      "item": "minecraft:glass"
    },
    "X": {
      "item": "minecraft:pink_dye"
    }
  },
  "result": {
    "item": "minecraft:pink_stained_glass",
    "count": 8
  }
}