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

Sticky Piston
Minecraft · by Mojang Studios
Acquisition
Crafting using Slimeball and Piston, arranged in the pattern shown. Produces Sticky Piston.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Sticky Piston | 1–1 | 100% | 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
}
