{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:maz_hatter_z",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp049-2/maz_hatter_z"
      },
      "geometry": {
        "default": "geometry.maz_hatter"
      },
      "animations": {
        "moving": "animation.d_class_z.moving",
        "d_class_z_general": "animation.d_class_z.general",
        "attacking": "animation.d_class_z.attacking",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.d_class_z.move",
        "general": "controller.animation.d_class_z.general",
        "attack": "controller.animation.d_class_z.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "base_color": "#011f04",
        "overlay_color": "#8c0d0d"
      }
    }
  }
}