{
    "parent": "block/block",
    "textures": {
        "particle": "block/nether_brick_slab",	
        "texture": "block/nether_brick_slab",
        "top": "block/nether_brick_slab",
        "bottom": "block/nether_brick_slab"		
      },
    "elements": [
        {   "from": [ 0, 0, 0 ],
            "to": [ 16, 16, 16 ],
            "faces": {
                "down":  { "texture": "#bottom", "cullface": "down" },
                "up":    { "texture": "#top", "cullface": "up"   },
                "north": { "texture": "#texture" },
                "south": { "texture": "#texture" },
                "west":  { "texture": "#texture" },
                "east":  { "texture": "#texture" }
            },
            "__comment": "block"
        }
    ]
}