Piston Extension Pole
create:piston_extension_pole

Piston Extension Pole

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Any Planks, Andesite Alloy and Any Planks, arranged in the pattern shown. Produces 8× Piston Extension Pole.

Crafting
Piston Extension Pole Piston Extension Pole ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Mechanical Piston Head (create) create:mechanical_piston_head1–1100%Survives Explosion
Piston Extension Pole1–1100%Survives Explosion

Used in (1)

Crafting using Any Wooden Slabs, Andesite Casing and Piston Extension Pole, arranged in the pattern shown. Produces Mechanical Piston.

Crafting
Mechanical Piston Mechanical Piston guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:piston_extension_pole
Namespace
create
Mod ID
create
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "P",
    "A",
    "P"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "P": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}