aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/tnt_minecart.json
blob: 777df94e81de462851ec4f8bad2eae2cb44d63a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "A",
    "B"
  ],
  "key": {
    "A": {
      "item": "minecraft:tnt"
    },
    "B": {
      "item": "minecraft:minecart"
    }
  },
  "result": {
    "item": "minecraft:tnt_minecart"
  }
}