minecraft:piston

Piston

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using Skyroot Planks, Skyroot Planks, Skyroot Planks, Cobblestone, Any Iron Ingots, Cobblestone, Cobblestone, Any Redstone Dust and Cobblestone, arranged in the pattern shown. Produces Piston.

Crafting
Piston guaranteed

Crafting using Sticky Piston and Soap, in any arrangement. Produces Piston.

Crafting ⇆ any arrangement conditional
Piston guaranteed

Crafting using Any Planks, Any Planks, Any Planks, Cobblestone, Iron Ingot, Cobblestone, Cobblestone, Redstone Dust and Cobblestone, arranged in the pattern shown. Produces Piston.

Crafting
Piston guaranteed

Mining & drops

sourcecountchanceconditions
Piston1–1100%Survives Explosion

Used in (1)

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

Crafting
Sticky Piston guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "CIC",
    "CRC"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:cobblestone"
    },
    "I": {
      "tag": "c:iron_ingots"
    },
    "P": {
      "tag": "aether:planks_crafting"
    },
    "R": {
      "tag": "c:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:piston",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:sticky_piston"
    },
    {
      "item": "supplementaries:soap"
    }
  ],
  "conditions": [
    {
      "raw": {
        "flag": "soap",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "TTT",
    "#X#",
    "#R#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cobblestone"
    },
    "R": {
      "item": "minecraft:redstone"
    },
    "T": {
      "tag": "minecraft:planks"
    },
    "X": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}