{
    "parent": "block/cube",
    "textures": {
        "particle": "block/barrel",
        "all": "block/barrel"
    },
    "elements": [
        {
           "from": [ -16, -16, -16 ],
            "to": [ 32, 32, 32 ],
            "faces": {
                "down":  { "uv": [8,8, 32,32], "texture": "#all", "cullface": "down" },
                "up":    { "uv": [-16,-16, 8,8], "texture": "#all", "cullface": "up" },
                "north": { "uv": [-16,8, 8,32], "texture": "#all", "cullface": "north" },
                "south": { "uv": [-16,8, 8,32], "texture": "#all", "cullface": "south" },
                "west":  { "uv": [-16,8, 8,32], "texture": "#all", "cullface": "west" },
                "east":  { "uv": [-16,8, 8,32], "texture": "#all", "cullface": "east" }
            }
        }
    ]
}
