{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp001_p",
      "materials": {
        "default": "spider"
      },
      "textures": {
        "default": "textures/entity/scp001_p"
      },
      "geometry": {
        "default": "geometry.scp001_p"
      },
      "animations": {
        "moving": "animation.scp001_p.moving",
        "scp001_p_general": "animation.scp001_p.general",
        "attacking": "animation.scp001_p.attacking",
		"creating": "animation.scp001_p.creating",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp001_p.move",
        "general": "controller.animation.scp001_p.general",
		"create": "controller.animation.scp001_p.create",
        "attack": "controller.animation.scp001_p.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "create"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "texture": "001_p",
        "texture_index": 2
      }
    }
  }
}