{
    "textures": {
        "0": "block/fence_warped",
        "1": "block/fence_warped_top"
    },
    "elements": [
        {
            "name": "Top",
            "from": [ 7.0, 12.0, 0.0 ], 
            "to": [ 9.0, 15.0, 9.0 ], 
            "faces": {
                "north": { "texture": "#0", "uv": [ 7.0, 1.0, 9.0, 4.0 ] },
                "east": { "texture": "#0", "uv": [ 7.0, 1.0, 16.0, 4.0 ] },
                "west": { "texture": "#0", "uv": [ 0.0, 1.0, 9.0, 4.0 ] },
                "up": { "texture": "#1", "uv": [ 7.0, 0.0, 9.0, 9.0 ] },
                "down": { "texture": "#1", "uv": [ 7.0, 7.0, 9.0, 16.0 ] }
            }
        },
        {
            "name": "Bottom",
            "from": [ 7.0, 6.0, 0.0 ], 
            "to": [ 9.0, 9.0, 9.0 ], 
            "faces": {
                "north": { "texture": "#0", "uv": [ 7.0, 7.0, 9.0, 10.0 ] },
                "east": { "texture": "#0", "uv": [ 7.0, 7.0, 16.0, 10.0 ] },
                "west": { "texture": "#0", "uv": [ 0.0, 7.0, 9.0, 10.0 ] },
                "up": { "texture": "#1", "uv": [ 7.0, 0.0, 9.0, 9.0 ] },
                "down": { "texture": "#1", "uv": [ 7.0, 7.0, 9.0, 16.0 ] }
            }
        }
    ]
}