{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp191",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp191"
      },
      "geometry": {
        "default": "geometry.scp191"
      },
      "animations": {
        "moving": "animation.scp191.moving",
        "scp191_general": "animation.scp191.general",
        "attacking": "animation.scp191.attacking",
		"riding": "animation.scp191.riding",
		"sleeping": "animation.scp191.sleeping",
		"carrying": "animation.scp191.carrying",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp191.move",
		"ride": "controller.animation.scp191.ride",
		"sleep": "controller.animation.scp191.sleep",
        "general": "controller.animation.scp191.general",
        "attack": "controller.animation.scp191.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "ride", "sleep"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.scp053"
      ],
      "spawn_egg": {
        "texture": "191",
        "texture_index": 2
      }
    }
  }
}