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.

Piston
Minecraft · by Mojang Studios
Acquisition
Crafting using Sticky Piston and Soap, in any arrangement. Produces Piston.
Crafting using Any Planks, Any Planks, Any Planks, Cobblestone, Iron Ingot, Cobblestone, Cobblestone, Redstone Dust and Cobblestone, arranged in the pattern shown. Produces Piston.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Piston | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Slimeball and Piston, arranged in the pattern shown. Produces Sticky Piston.
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
}



