aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/light_weighted_pressure_plate.json
blob: 7dd012da65ca92452bf087fd8786fec51981fc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "##"
  ],
  "key": {
    "#": {
      "item": "minecraft:gold_ingot"
    }
  },
  "result": {
    "item": "minecraft:light_weighted_pressure_plate"
  }
}