aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/purpur_block.json
blob: 1ef4ce09fb73879002a4b3a5d10f817f50deb3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "FF",
    "FF"
  ],
  "key": {
    "F": {
      "item": "minecraft:popped_chorus_fruit"
    }
  },
  "result": {
    "item": "minecraft:purpur_block",
    "count": 4
  }
}