{
  "parent": "block/block",
  "elements": [
    {
      "from": [ {min}, {min}, {min} ],
      "to": [ {max}, {max}, {max} ],
      "shade": {shade},
      "faces": {
        "down": {
          "texture": "#overlay",
          "cullface": "down"
        },
        "up": {
          "texture": "#overlay",
          "cullface": "up"
        },
        "north": {
          "texture": "#overlay",
          "cullface": "north"
        },
        "south": {
          "texture": "#overlay",
          "cullface": "south"
        },
        "west": {
          "texture": "#overlay",
          "cullface": "west"
        },
        "east": {
          "texture": "#overlay",
          "cullface": "east"
        }
      }
    }
  ]
}
