aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/blue_terracotta.json
blob: a5606c91535c3a4218d719f414729883ee18a9bb (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_terracotta",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "key": {
    "#": {
      "item": "minecraft:terracotta"
    },
    "X": {
      "item": "minecraft:blue_dye"
    }
  },
  "result": {
    "item": "minecraft:blue_terracotta",
    "count": 8
  }
}