{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp105_hand",
      "materials": {
        "default": "spider"
      },
      "textures": {
        "default": "textures/entity/scp105"
      },
      "geometry": {
        "default": "geometry.scp105_hand"
      },
      "animations": {
        "attacking": "animation.scp105_hand.attacking",

        "attack": "controller.animation.scp105_hand.attack"
      },
      "scripts": {
        "animate": [
          "attack"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.chaos"
      ],
      "spawn_egg": {
        "base_color": "#7da7d1",
        "overlay_color": "#ffef78"
      }
    }
  }
}