aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/sticky_piston.json
blob: b153e1647de11a26a47e04f8a9a37bff9d3c2064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "minecraft:crafting_shaped",
  "pattern": [
    "S",
    "P"
  ],
  "key": {
    "P": {
      "item": "minecraft:piston"
    },
    "S": {
      "item": "minecraft:slime_ball"
    }
  },
  "result": {
    "item": "minecraft:sticky_piston"
  }
}