{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:scp166",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "scp166_n": "textures/entity/scp166/scp166_n",
		"scp166": "textures/entity/scp166/scp166",
		"use_gun": "textures/entity/scp166/scp166_s"
      },
      "geometry": {
        "default": "geometry.scp166"
      },
      "animations": {
        "moving": "animation.scp166.moving",
        "scp166_general": "animation.scp166.general",
		"praying": "animation.scp166.praying",
		"sleeping": "animation.scp166.sleeping",
		"shoot": "animation.scp166.shoot",
		"sitting": "animation.scp166.sitting",
		"nervousing": "animation.scp166.nervous",

        "move": "controller.animation.scp166.move",
		"pray": "controller.animation.scp166.pray",
		"sit": "controller.animation.scp166.sit",
		"sleep": "controller.animation.scp166.sleep",
		"nervous": "controller.animation.scp166.nervous",
        "general": "controller.animation.scp166.general"
      },
      "scripts": {
        "animate": [
          "move", "general", "pray", "nervous", "sleep", "sit"
        ]
      },
      "render_controllers": [
        "controller.render.scp166"
      ],
      "spawn_egg": {
        "texture": "166",
        "texture_index": 2
      }
    }
  }
}