minecraft:sticky_piston

Sticky Piston

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using Swet Ball and Piston, arranged in the pattern shown. Produces Sticky Piston.

Crafting
Sticky Piston guaranteed

Crafting using Slimeball and Piston, arranged in the pattern shown. Produces Sticky Piston.

Crafting
Sticky Piston guaranteed

Mining & drops

sourcecountchanceconditions
Sticky Piston1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:sticky_piston
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "B",
    "P"
  ],
  "ingredients": {
    "B": {
      "tag": "aether:swet_balls"
    },
    "P": {
      "item": "minecraft:piston"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:sticky_piston",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S",
    "P"
  ],
  "ingredients": {
    "P": {
      "item": "minecraft:piston"
    },
    "S": {
      "item": "minecraft:slime_ball"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}