G GameIDs
minecraft · recipes · 1.17.1

Piston

piston

Recipe #119

1.17.1 #6
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "TTT",
        "#X#",
        "#R#"
    ],
    "key": {
        "R": {
            "item": "minecraft:redstone"
        },
        "#": {
            "item": "minecraft:cobblestone"
        },
        "T": {
            "tag": "minecraft:planks"
        },
        "X": {
            "item": "minecraft:iron_ingot"
        }
    },
    "result": {
        "item": "minecraft:piston"
    }
}