{
  "format_version": "1.8.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "minecraft:iron_golem",
      "materials": { "default": "iron_golem" },
      "textures": {
        "default": "textures/entity/iron_golem"
      },
      "geometry": {
        "default": "geometry.irongolem"
      },
      "animations": {
        "walk": "animation.iron_golem.walk",
        "move": "animation.iron_golem.move",
        "attack": "animation.iron_golem.attack",
        "flower": "animation.iron_golem.flower",
        "look_at_target": "animation.common.look_at_target"
      },
      "animation_controllers": [
        { "move": "controller.animation.iron_golem.move" },
        { "arm": "controller.animation.iron_golem.arm_movement"}
      ],
      "render_controllers": [ "controller.render.iron_golem" ]
    }
  }
}