{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:clef",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "default": "textures/entity/clef"
      },
      "geometry": {
        "default": "geometry.clef"
      },
      "animations": {
        "moving": "animation.clef.moving",
        "clef_general": "animation.clef.general",
        "attacking": "animation.clef.attacking",
		"riding": "animation.clef.riding",
		"sleeping": "animation.clef.sleeping",
		"shooting": "animation.clef.shooting",
		"picking": "animation.d_class.picking",
		"using": "animation.clef.using",
		"flipping": "animation.clef.flipping",
		"running": "animation.clef.running",
		"dancing": "animation.clef.dancing",

        "move": "controller.animation.clef.move",
		"ride": "controller.animation.clef.ride",
		"sleep": "controller.animation.clef.sleep",
        "general": "controller.animation.clef.general",
		"shoot": "controller.animation.clef.shoot",
		"pick": "controller.animation.d_class.pick",
		"run": "controller.animation.clef.run",
        "attack": "controller.animation.clef.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.clef"
      ],
      "spawn_egg": {
        "base_color": "#fcccb1",
        "overlay_color": "#4a4457"
      }
    }
  }
}