{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:bright",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/male/bright"
      },
      "geometry": {
        "default": "geometry.bright"
      },
      "animations": {
        "moving": "animation.bright.moving",
        "bright_general": "animation.bright.general",
        "attacking": "animation.bright.attacking",
		"riding": "animation.bright.riding",
		"sleeping": "animation.bright.sleeping",
		"shooting": "animation.bright.shooting",
		"picking": "animation.d_class.picking",
		"using": "animation.bright.using",
		"flipping": "animation.bright.flipping",
		"running": "animation.bright.running",
		"dancing": "animation.bright.dancing",

        "move": "controller.animation.bright.move",
		"ride": "controller.animation.bright.ride",
		"sleep": "controller.animation.bright.sleep",
        "general": "controller.animation.bright.general",
		"shoot": "controller.animation.bright.shoot",
		"pick": "controller.animation.d_class.pick",
		"run": "controller.animation.bright.run",
        "attack": "controller.animation.bright.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "ride", "sleep", "shoot", "pick", "run"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.bright"
      ],
      "spawn_egg": {
        "base_color": "#fcccb1",
        "overlay_color": "#4a4457"
      }
    }
  }
}