{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:d_class_f_z",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "zdf1": "textures/entity/scp049-2/d_class_f_z1",
        "zdf2": "textures/entity/scp049-2/d_class_f_z2",
		"zdf3": "textures/entity/scp049-2/d_class_f_z3",
		"zdf4": "textures/entity/scp049-2/d_class_f_z4"
      },
      "geometry": {
        "default": "geometry.d_class_f"
      },
      "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.d_classz_f"
      ],
      "spawn_egg": {
        "base_color": "#267206",
        "overlay_color": "#e39545"
      }
    }
  }
}