{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp847",
      "materials": {
        "default": "spider"
      },
      "textures": {
        "default": "textures/entity/scp847"
      },
      "geometry": {
        "default": "geometry.scp847"
      },
      "animations": {
        "moving": "animation.scp847.moving",
        "scp847_general": "animation.scp847.general",
        "attack1": "animation.scp847.attack1",
		"attack2": "animation.scp847.attack2",
        "look_at_target": "animation.common.look_at_target",

        "move": "controller.animation.scp847.move",
        "general": "controller.animation.scp847.general",
		"climb": "controller.animation.scp847.climb",
        "attack": "controller.animation.scp847.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack"
        ],
        "pre_animation": [
          "variable.random = math.round(math.random(0,2));"
        ]
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "texture": "847",
        "texture_index": 2
      }
    }
  }
}