aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/trapped_chest.json
blob: 342a79e5a094b31cc145af145c1430dd198dc44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "minecraft:chest"
    },
    {
      "item": "minecraft:tripwire_hook"
    }
  ],
  "result": {
    "item": "minecraft:trapped_chest"
  }
}