{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp049",
      "materials": {
        "default": "phantom"
      },
      "textures": {
        "default": "textures/entity/scp049/scp049"
      },
      "geometry": {
        "default": "geometry.scp049"
      },
      "animations": {
        "moving": "animation.scp049.moving",
        "scp049_general": "animation.scp049.general",
        "attack0": "animation.scp049.attack0",
        "attack1": "animation.scp049.attack1",
		"attack2": "animation.scp049.attack2",
		"charging": "animation.scp049.charging",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp049.move",
        "general": "controller.animation.scp049.general",
		"charge": "controller.animation.scp049.charge",
        "attack": "controller.animation.scp049.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "charge"
        ],
        "pre_animation": [
          "variable.random = math.round(math.random(0,2));"
        ]
      },
      "render_controllers": [
        "controller.render.scp049"
      ],
      "spawn_egg": {
        "texture": "049",
        "texture_index": 2
      }
    }
  }
}