{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "X X",
        "X#X",
        "X X"
    ],
    "key": {
        "#": {
            "item": "minecraft:stick"
        },
        "X": {
            "item": "minecraft:copper_ingot"
        }
    },
    "result": {
        "item": "minecraft:rail",
        "count": 16
    }
}