{
    "parent": "block/block",
    "textures": {
        "particle": "block/honey_block_top",
        "down": "block/honey_block_bottom",
        "up": "block/honey_block_top",
        "side": "block/honey_block_side"
    },
    "elements": [
        {   "from": [ 1, 1, 1 ],
            "to": [ 15, 15, 15 ],
            "faces": {
                "down":  { "uv": [ 1, 1, 15, 15 ], "texture": "#down"},
                "up":    { "uv": [ 1, 1, 15, 15 ], "texture": "#up"},
                "north": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"},
                "south": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"},
                "west":  { "uv": [ 1, 1, 15, 15 ], "texture": "#side"},
                "east":  { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}
            }
        },
        {   "from": [ 0, 0, 0 ],
            "to": [ 16, 16, 16 ],
            "faces": {
                "down":  { "uv": [ 0, 0, 16, 16 ], "texture": "#down" },
                "up":    { "uv": [ 0, 0, 16, 16 ], "texture": "#down" },
                "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#down" },
                "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#down" },
                "west":  { "uv": [ 0, 0, 16, 16 ], "texture": "#down" },
                "east":  { "uv": [ 0, 0, 16, 16 ], "texture": "#down" }
            }
        }
    ]
}