{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp1000",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/scp1000"
      },
      "geometry": {
        "default": "geometry.scp1000"
      },
      "animations": {
        "moving": "animation.scp1000.moving",
        "scp1000_general": "animation.scp1000.general",
        "attacking": "animation.scp1000.attacking",

        "move": "controller.animation.scp1000.move",
        "general": "controller.animation.scp1000.general",
        "attack": "controller.animation.scp1000.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.skeleton"
      ],
      "spawn_egg": {
        "texture": "1000",
        "texture_index": 2
      }
    }
  }
}