G GameIDs
minecraft · recipes · 1.19.4

Powered Rail

powered_rail

Recipe #750

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "misc",
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "R": {
            "item": "minecraft:redstone"
        },
        "X": {
            "item": "minecraft:gold_ingot"
        }
    },
    "pattern": [
        "X X",
        "X#X",
        "XRX"
    ],
    "result": {
        "count": 6,
        "item": "minecraft:powered_rail"
    },
    "show_notification": true
}