{
  "format_version": "1.10.0",
  "minecraft:client_entity": {
    "description": {
      "identifier": "entity:d_class_f",
      "materials": {
        "default": "npc"
      },
      "textures": {
        "df1": "textures/entity/d-class/female_d1",
        "df2": "textures/entity/d-class/female_d2",
		"df3": "textures/entity/d-class/female_d3",
		"df4": "textures/entity/d-class/female_d4"
      },
      "geometry": {
        "default": "geometry.d_class_f"
      },
      "animations": {
        "moving": "animation.d_class_f.moving",
        "d_class_f_general": "animation.d_class_f.general",
        "attacking": "animation.d_class_f.attacking",
		"riding": "animation.d_class_f.riding",
		"running": "animation.d_class_f.running",
		"sleeping": "animation.d_class_f.sleeping",
		"shooting": "animation.d_class_f.shooting",
		"resting": "animation.d_class_f.resting",
		"picking": "animation.d_class.picking",

        "move": "controller.animation.d_class_f.move",
        "general": "controller.animation.d_class_f.general",
		"ride": "controller.animation.d_class_f.ride",
		"sleep": "controller.animation.d_class_f.sleep",
		"run": "controller.animation.d_class_f.run",
		"shoot": "controller.animation.d_class_f.shoot",
		"pick": "controller.animation.d_class.pick",
        "attack": "controller.animation.d_class_f.attack"
      },
      "scripts": {
        "animate": [
          "move", "general", "attack", "run", "ride", "sleep", "shoot", "pick"
        ],
        "pre_animation": [
          "variable.attack = Math.sin(variable.attack_time * 30.0);"
        ]
      },
      "render_controllers": [
        "controller.render.d_class_f"
      ],
      "spawn_egg": {
        "base_color": "#e86a16",
        "overlay_color": "#f1d2bd"
      }
    }
  }
}