{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp939",
      "materials": {
        "default": "phantom"
      },
      "textures": {
        "scp939": "textures/entity/scp939",
		"scp939_2": "textures/entity/scp939_2"
      },
      "geometry": {
        "default": "geometry.scp939"
      },
      "animations": {
        "moving": "animation.scp939.moving",
        "scp939_general": "animation.scp939.general",
        "biting": "animation.scp939.biting",
		"spoting": "animation.scp939.spoting",
		"stunned": "animation.scp939.stunned",
		"roaring": "animation.scp939.roaring",
		"running": "animation.scp939.running",
		"look": "animation.scp939.look",

        "move": "controller.animation.scp939.move",
		"look_at_target": "controller.animation.scp939.look_at_target",
        "general": "controller.animation.scp939.general",
		"stun": "controller.animation.scp939.stun",
		"roar": "controller.animation.scp939.roar",
		"spot": "controller.animation.scp939.spot",
        "bite": "controller.animation.scp939.bite"
      },
      "scripts": {
        "animate": [
          "move", "general", "bite", "spot", "roar", "stun", "look_at_target"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.scp939"
      ],
      "spawn_egg": {
        "texture": "939",
        "texture_index": 2
      }
    }
  }
}