{
  "parent":   "minecraft:block/block",
  "textures": {
    "particle": "minecraft:block/anvil",
    "body":     "minecraft:block/anvil"
  },
  "display": {
    "fixed": {
      "rotation":    [   0,  90,   0 ],
      "translation": [   0,   0,   0 ],
      "scale":       [ 0.5, 0.5, 0.5 ]
    }
  },
  "elements": [
    {
      "from":  [  2, 0,  2 ],
      "to":    [ 14, 4, 14 ],
      "faces": {
        "down":  { "uv": [ 2,  2, 14, 14 ], "texture": "#body", "cullface": "down" },
        "up":    { "uv": [ 2,  2, 14, 14 ], "texture": "#body" },
        "north": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" },
        "south": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" },
        "west":  { "uv": [ 2, 12, 14, 16 ], "texture": "#body" },
        "east":  { "uv": [ 2, 12, 14, 16 ], "texture": "#body" }
      }
    },
    {
      "from":  [  4, 4,  3 ],
      "to":    [ 12, 5, 13 ],
      "faces": {
        "up":    { "uv": [ 4,  3, 12, 13 ], "texture": "#body" },
        "north": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" },
        "south": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" },
        "west":  { "uv": [ 3, 11, 13, 12 ], "texture": "#body" },
        "east":  { "uv": [ 3, 11, 13, 12 ], "texture": "#body" }
      }
    },
    {
      "from":  [  6,  5,  4 ],
      "to":    [ 10, 10, 12 ],
      "faces": {
        "north": { "uv": [ 6,  6, 10, 11 ], "texture": "#body" },
        "south": { "uv": [ 6,  6, 10, 11 ], "texture": "#body" },
        "west":  { "uv": [ 4,  6, 12, 11 ], "texture": "#body" },
        "east":  { "uv": [ 4,  6, 12, 11 ], "texture": "#body" }
      }
    },
    {
      "from":  [  3, 10,  0 ],
      "to":    [ 13, 16, 16 ],
      "faces": {
        "down":  { "uv": [ 3, 0, 13, 16 ], "texture": "#body" },
        "up":    { "uv": [ 3, 0, 13, 16 ], "texture": "#top",  "cullface": "up" },
        "north": { "uv": [ 3, 0, 13,  6 ], "texture": "#body", "cullface": "north" },
        "south": { "uv": [ 3, 0, 13,  6 ], "texture": "#body", "cullface": "south" },
        "west":  { "uv": [ 0, 0, 16,  6 ], "texture": "#body" },
        "east":  { "uv": [ 0, 0, 16,  6 ], "texture": "#body" }
      }
    }
  ]
}