{
  "model": {
    "type": "minecraft:select",
    "block_state_property": "copper_golem_pose",
    "cases": [
      {
        "model": {
          "type": "minecraft:special",
          "base": "minecraft:item/template_copper_golem_statue",
          "model": {
            "type": "minecraft:copper_golem_statue",
            "pose": "sitting",
            "texture": "minecraft:textures/item/waxed_copper_golem_statue.png"
          }
        },
        "when": "sitting"
      },
      {
        "model": {
          "type": "minecraft:special",
          "base": "minecraft:item/template_copper_golem_statue",
          "model": {
            "type": "minecraft:copper_golem_statue",
            "pose": "running",
            "texture": "minecraft:textures/item/waxed_copper_golem_statue.png"
          }
        },
        "when": "running"
      },
      {
        "model": {
          "type": "minecraft:special",
          "base": "minecraft:item/template_copper_golem_statue",
          "model": {
            "type": "minecraft:copper_golem_statue",
            "pose": "star",
            "texture": "minecraft:textures/item/waxed_copper_golem_statue.png"
          }
        },
        "when": "star"
      }
    ],
    "fallback": {
      "type": "minecraft:special",
      "base": "minecraft:item/template_copper_golem_statue",
      "model": {
        "type": "minecraft:copper_golem_statue",
        "pose": "standing",
        "texture": "minecraft:textures/item/waxed_copper_golem_statue.png"
      }
    },
    "property": "minecraft:block_state",
    "transformation": {
      "left_rotation": [
        0.0,
        0.0,
        0.0,
        1.0
      ],
      "right_rotation": [
        0.0,
        0.0,
        0.0,
        1.0
      ],
      "scale": [
        1.0,
        -1.0,
        -1.0
      ],
      "translation": [
        0.5,
        1.5,
        0.5
      ]
    }
  }
}