{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp096",
      "materials": {
        "default": "phantom"
      },
      "textures": {
        "default": "textures/entity/scp096/scp096d",
        "open": "textures/entity/scp096/scp096open",
		"bag": "textures/entity/scp096/scp096bag"
      },
      "geometry": {
        "default": "geometry.scp096"
      },
      "animations": {
        "moving": "animation.scp096.moving",
        "scp096_general": "animation.scp096.general",
        "rageing": "animation.scp096.rageing",
        "sitting": "animation.scp096.sitting",
		"killing": "animation.scp096.killing",
        "attacking": "animation.scp096.attacking",
		"running": "animation.scp096.running",

        "move": "controller.animation.scp096.move",
        "general": "controller.animation.scp096.general",
        "sit": "controller.animation.scp096.sit",
		"kill": "controller.animation.scp096.kill",
        "rage": "controller.animation.scp096.rage",
        "attack": "controller.animation.scp096.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "rage", "sit", "kill"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.scp096"
      ],
      "spawn_egg": {
        "texture": "096",
        "texture_index": 2
      }
    }
  }
}