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