{
    "textures": {
        "stick": "block/white_wool"
    },
    "elements": [
        {   "from": [ 4, 0, 7 ],
            "to": [ 12, 16, 9 ],
            "faces": {
                "north": { "texture": "#stick" },
                "east":  { "texture": "#stick" },
                "south": { "texture": "#stick" },
                "west":  { "texture": "#stick" },
                "up":    { "texture": "#stick" },
                "down":  { "texture": "#stick" }
            }
        }
    ]
}