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