{
  "parent": "minecraft:block/block",
  "display": {
    "gui": { "rotation": [30, 135, 0], "translation": [0, 0, 0], "scale": [0.625, 0.625, 0.625] },
    "head": { "rotation": [0, -90, 0], "translation": [0, 0, 0], "scale": [1, 1, 1] },
    "thirdperson_lefthand": { "rotation": [75, -135, 0], "translation": [0, 2.5, 0], "scale": [0.375, 0.375, 0.375] }
  },
  "textures": {
    "particle": "#side"
  },
  "elements": [
    {
      "from": [0, 0, 0],
      "to": [16, 8, 16],
      "faces": {
        "down": { "uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down" },
        "north": { "uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north" },
        "south": { "uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south" },
        "west": { "uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west" }
      }
    },
    {
      "from": [8, 0, 0],
      "to": [16, 16, 16],
      "faces": {
        "up": { "uv": [8, 0, 16, 16], "texture": "#top", "cullface": "up" },
        "north": { "uv": [0, 0, 8, 16], "texture": "#side", "cullface": "north" },
        "south": { "uv": [8, 0, 16, 16], "texture": "#side", "cullface": "south" },
        "east": { "uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east" }
      }
    },
    {
      "from": [8, 16, 16],
      "to": [0, 8, 0],
      "faces": { "up": { "uv": [8, 16, 0, 0], "texture": "#top" }, "west": { "uv": [16, 8, 0, 0], "texture": "#side" } }
    }
  ]
}